We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef45764 commit a0f3224Copy full SHA for a0f3224
.clang-format
@@ -1,17 +1,17 @@
1
-Language: Cpp
2
BasedOnStyle: Mozilla
3
IndentWidth: 4
4
ColumnLimit: 120
5
Standard: c++20
6
IndentExternBlock: NoIndent
7
AlwaysBreakAfterDefinitionReturnType: None
8
BreakAfterReturnType: None
+SpaceAfterTemplateKeyword: true
9
AllowShortFunctionsOnASingleLine: All
10
AlignConsecutiveAssignments: true
11
AlignConsecutiveBitFields: true
12
AlignConsecutiveDeclarations: true
13
AlignConsecutiveMacros: true
14
AlignConsecutiveShortCaseStatements: { Enabled: true }
15
-AlignEscapedNewlines: LeftWithLastLine
+AlignEscapedNewlines: Left
16
AlignTrailingComments: true
17
SortIncludes: false
0 commit comments