diff --git a/.clang-format b/.clang-format index b1e62de66a..f5e462c215 100644 --- a/.clang-format +++ b/.clang-format @@ -3,7 +3,7 @@ BasedOnStyle: LLVM BreakConstructorInitializersBeforeComma: true ConstructorInitializerAllOnOneLineOrOnePerLine: true Cpp11BracedListStyle: true -Standard: Cpp20 +Standard: c++20 #SpaceBeforeParens: ControlStatements SpaceAfterControlStatementKeyword: true PointerBindsToType: true