diff --git a/.clang-format b/.clang-format index 04b712148600bd00e36b7347ff6ae9b42d7c1121..36c951c88974ef01ffbd9a52cf1aa074b919e672 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