diff --git a/.clang-format b/.clang-format index 3132f91d1..c12f3d4e2 100644 --- a/.clang-format +++ b/.clang-format @@ -56,6 +56,6 @@ SpacesInContainerLiterals: false SpacesInCStyleCastParentheses: false SpacesInParentheses: false SpacesInSquareBrackets: false -Standard: Cpp11 +Standard: c++20 TabWidth: 4 UseTab: Never