diff --git a/.clang-format b/.clang-format index 3c68a1a7a..f4cd68ae4 100644 --- a/.clang-format +++ b/.clang-format @@ -81,7 +81,7 @@ SpacesInContainerLiterals: true SpacesInCStyleCastParentheses: false SpacesInParentheses: false SpacesInSquareBrackets: false -Standard: Cpp11 +Standard: c++17 TabWidth: 4 UseTab: Never ...