diff --git a/.clang-format b/.clang-format index 5c443be69c..b1e62de66a 100644 --- a/.clang-format +++ b/.clang-format @@ -3,7 +3,7 @@ BasedOnStyle: LLVM BreakConstructorInitializersBeforeComma: true ConstructorInitializerAllOnOneLineOrOnePerLine: true Cpp11BracedListStyle: true -Standard: Cpp11 +Standard: Cpp20 #SpaceBeforeParens: ControlStatements SpaceAfterControlStatementKeyword: true PointerBindsToType: true @@ -12,4 +12,5 @@ UseTab: Never ColumnLimit: 100 NamespaceIndentation: Inner AlignConsecutiveAssignments: true +SortIncludes: Never ...