Skip to content

Commit

Permalink
fix: SortIncludes: Never; Standard: Cpp20
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc committed Apr 11, 2024
1 parent 71df57a commit 8354062
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BasedOnStyle: LLVM
BreakConstructorInitializersBeforeComma: true
ConstructorInitializerAllOnOneLineOrOnePerLine: true
Cpp11BracedListStyle: true
Standard: Cpp11
Standard: Cpp20
#SpaceBeforeParens: ControlStatements
SpaceAfterControlStatementKeyword: true
PointerBindsToType: true
Expand All @@ -12,4 +12,5 @@ UseTab: Never
ColumnLimit: 100
NamespaceIndentation: Inner
AlignConsecutiveAssignments: true
SortIncludes: Never
...

0 comments on commit 8354062

Please sign in to comment.