diff --git a/.clang-format b/.clang-format index b53148694d..51f687e418 100644 --- a/.clang-format +++ b/.clang-format @@ -102,7 +102,7 @@ SpacesInContainerLiterals: true SpacesInCStyleCastParentheses: false SpacesInParentheses: false SpacesInSquareBrackets: false -Standard: cpp17 +Standard: c++17 TabWidth: 4 UseTab: Never ...