diff --git a/.clang-format b/.clang-format index 4e4c83890d..01c041e08d 100644 --- a/.clang-format +++ b/.clang-format @@ -82,7 +82,8 @@ SpaceBeforeParens: Never # SpacesInCStyleCastParentheses: false # SpacesInParentheses: false # SpacesInSquareBrackets: false -Standard: Cpp11 +SpaceAfterTemplateKeyword: true +Standard: c++20 TabWidth: 2 UseTab: Never ...