We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b4c5d commit 9a7e38dCopy full SHA for 9a7e38d
.clang-format
@@ -3,7 +3,7 @@ BasedOnStyle: LLVM
3
BreakConstructorInitializersBeforeComma: true
4
ConstructorInitializerAllOnOneLineOrOnePerLine: true
5
Cpp11BracedListStyle: true
6
-Standard: Cpp11
+Standard: c++20
7
#SpaceBeforeParens: ControlStatements
8
SpaceAfterControlStatementKeyword: true
9
PointerBindsToType: true
@@ -12,4 +12,6 @@ UseTab: Never
12
ColumnLimit: 100
13
NamespaceIndentation: Inner
14
AlignConsecutiveAssignments: true
15
+SortIncludes: Never
16
+ReflowComments: false
17
...
0 commit comments