diff --git a/.clang-format b/.clang-format index 04b712148..36c951c88 100644 --- a/.clang-format +++ b/.clang-format @@ -105,6 +105,6 @@ SpacesInContainerLiterals: false SpacesInCStyleCastParentheses: false SpacesInParentheses: false SpacesInSquareBrackets: false -Standard: Cpp11 +Standard: c++17 TabWidth: 4 UseTab: Never