1
1
---
2
- Language : Cpp
3
- BasedOnStyle : LLVM
2
+ Language : Cpp
3
+ BasedOnStyle : LLVM
4
4
AccessModifierOffset : -2
5
5
AlignAfterOpenBracket : Align
6
6
AlignArrayOfStructures : None
7
7
AlignConsecutiveAssignments :
8
- Enabled : false
8
+ Enabled : false
9
9
AcrossEmptyLines : false
10
- AcrossComments : false
11
- AlignCompound : false
10
+ AcrossComments : false
11
+ AlignCompound : false
12
12
AlignFunctionPointers : false
13
- PadOperators : true
13
+ PadOperators : true
14
14
AlignConsecutiveBitFields :
15
- Enabled : false
15
+ Enabled : false
16
16
AcrossEmptyLines : false
17
- AcrossComments : false
18
- AlignCompound : false
17
+ AcrossComments : false
18
+ AlignCompound : false
19
19
AlignFunctionPointers : false
20
- PadOperators : false
20
+ PadOperators : false
21
21
AlignConsecutiveDeclarations :
22
- Enabled : false
22
+ Enabled : false
23
23
AcrossEmptyLines : false
24
- AcrossComments : false
25
- AlignCompound : false
24
+ AcrossComments : false
25
+ AlignCompound : false
26
26
AlignFunctionPointers : false
27
- PadOperators : false
27
+ PadOperators : false
28
28
AlignConsecutiveMacros :
29
- Enabled : false
29
+ Enabled : false
30
30
AcrossEmptyLines : false
31
- AcrossComments : false
32
- AlignCompound : false
31
+ AcrossComments : false
32
+ AlignCompound : false
33
33
AlignFunctionPointers : false
34
- PadOperators : false
34
+ PadOperators : false
35
35
AlignConsecutiveShortCaseStatements :
36
- Enabled : false
36
+ Enabled : false
37
37
AcrossEmptyLines : false
38
- AcrossComments : false
38
+ AcrossComments : false
39
39
AlignCaseColons : false
40
40
AlignEscapedNewlines : Right
41
- AlignOperands : Align
41
+ AlignOperands : Align
42
42
AlignTrailingComments :
43
- Kind : Always
44
- OverEmptyLines : 0
43
+ Kind : Always
44
+ OverEmptyLines : 0
45
45
AllowAllArgumentsOnNextLine : true
46
46
AllowAllParametersOfDeclarationOnNextLine : true
47
47
AllowBreakBeforeNoexceptSpecifier : Never
@@ -63,28 +63,28 @@ BinPackArguments: true
63
63
BinPackParameters : true
64
64
BitFieldColonSpacing : Both
65
65
BraceWrapping :
66
- AfterCaseLabel : false
67
- AfterClass : false
66
+ AfterCaseLabel : false
67
+ AfterClass : false
68
68
AfterControlStatement : Never
69
- AfterEnum : false
69
+ AfterEnum : false
70
70
AfterExternBlock : false
71
- AfterFunction : false
72
- AfterNamespace : false
71
+ AfterFunction : false
72
+ AfterNamespace : false
73
73
AfterObjCDeclaration : false
74
- AfterStruct : false
75
- AfterUnion : false
76
- BeforeCatch : false
77
- BeforeElse : false
74
+ AfterStruct : false
75
+ AfterUnion : false
76
+ BeforeCatch : false
77
+ BeforeElse : false
78
78
BeforeLambdaBody : false
79
- BeforeWhile : false
80
- IndentBraces : false
79
+ BeforeWhile : false
80
+ IndentBraces : false
81
81
SplitEmptyFunction : true
82
82
SplitEmptyRecord : true
83
83
SplitEmptyNamespace : true
84
84
BreakAdjacentStringLiterals : true
85
85
BreakAfterAttributes : Leave
86
86
BreakAfterJavaFieldAnnotations : false
87
- BreakArrays : true
87
+ BreakArrays : true
88
88
BreakBeforeBinaryOperators : None
89
89
BreakBeforeConceptDeclarations : Always
90
90
BreakBeforeBraces : Attach
@@ -93,14 +93,14 @@ BreakBeforeTernaryOperators: true
93
93
BreakConstructorInitializers : BeforeColon
94
94
BreakInheritanceList : BeforeColon
95
95
BreakStringLiterals : true
96
- ColumnLimit : 80
97
- CommentPragmas : ' ^ IWYU pragma:'
96
+ ColumnLimit : 0
97
+ CommentPragmas : " ^ IWYU pragma:"
98
98
CompactNamespaces : false
99
99
ConstructorInitializerIndentWidth : 4
100
100
ContinuationIndentWidth : 4
101
101
Cpp11BracedListStyle : true
102
102
DerivePointerAlignment : false
103
- DisableFormat : false
103
+ DisableFormat : false
104
104
EmptyLineAfterAccessModifier : Never
105
105
EmptyLineBeforeAccessModifier : LogicalBlock
106
106
ExperimentalAutoDetectBinPacking : false
@@ -111,49 +111,49 @@ ForEachMacros:
111
111
- BOOST_FOREACH
112
112
IfMacros :
113
113
- KJ_IF_MAYBE
114
- IncludeBlocks : Preserve
114
+ IncludeBlocks : Preserve
115
115
IncludeCategories :
116
- - Regex : ' ^"(llvm|llvm-c|clang|clang-c)/'
117
- Priority : 2
118
- SortPriority : 0
119
- CaseSensitive : false
120
- - Regex : ' ^(<|"(gtest|gmock|isl|json)/)'
121
- Priority : 3
122
- SortPriority : 0
123
- CaseSensitive : false
124
- - Regex : ' .* '
125
- Priority : 1
126
- SortPriority : 0
127
- CaseSensitive : false
128
- IncludeIsMainRegex : ' (Test)?$'
129
- IncludeIsMainSourceRegex : ' '
116
+ - Regex : ' ^"(llvm|llvm-c|clang|clang-c)/'
117
+ Priority : 2
118
+ SortPriority : 0
119
+ CaseSensitive : false
120
+ - Regex : ' ^(<|"(gtest|gmock|isl|json)/)'
121
+ Priority : 3
122
+ SortPriority : 0
123
+ CaseSensitive : false
124
+ - Regex : " .* "
125
+ Priority : 1
126
+ SortPriority : 0
127
+ CaseSensitive : false
128
+ IncludeIsMainRegex : " (Test)?$"
129
+ IncludeIsMainSourceRegex : " "
130
130
IndentAccessModifiers : false
131
131
IndentCaseBlocks : false
132
132
IndentCaseLabels : false
133
133
IndentExternBlock : AfterExternBlock
134
134
IndentGotoLabels : true
135
135
IndentPPDirectives : None
136
136
IndentRequiresClause : true
137
- IndentWidth : 2
137
+ IndentWidth : 4
138
138
IndentWrappedFunctionNames : false
139
- InsertBraces : false
139
+ InsertBraces : false
140
140
InsertNewlineAtEOF : false
141
141
InsertTrailingCommas : None
142
142
IntegerLiteralSeparator :
143
- Binary : 0
143
+ Binary : 0
144
144
BinaryMinDigits : 0
145
- Decimal : 0
145
+ Decimal : 0
146
146
DecimalMinDigits : 0
147
- Hex : 0
148
- HexMinDigits : 0
147
+ Hex : 0
148
+ HexMinDigits : 0
149
149
JavaScriptQuotes : Leave
150
150
JavaScriptWrapImports : true
151
151
KeepEmptyLinesAtTheStartOfBlocks : true
152
152
KeepEmptyLinesAtEOF : false
153
153
LambdaBodyIndentation : Signature
154
- LineEnding : DeriveLF
155
- MacroBlockBegin : ' '
156
- MacroBlockEnd : ' '
154
+ LineEnding : DeriveLF
155
+ MacroBlockBegin : " "
156
+ MacroBlockEnd : " "
157
157
MaxEmptyLinesToKeep : 1
158
158
NamespaceIndentation : None
159
159
ObjCBinPackProtocolList : Auto
@@ -174,10 +174,10 @@ PenaltyExcessCharacter: 1000000
174
174
PenaltyIndentedWhitespace : 0
175
175
PenaltyReturnTypeOnItsOwnLine : 60
176
176
PointerAlignment : Right
177
- PPIndentWidth : -1
177
+ PPIndentWidth : -1
178
178
QualifierAlignment : Leave
179
179
ReferenceAlignment : Pointer
180
- ReflowComments : true
180
+ ReflowComments : true
181
181
RemoveBracesLLVM : false
182
182
RemoveParentheses : Leave
183
183
RemoveSemicolon : false
@@ -186,7 +186,7 @@ RequiresExpressionIndentation: OuterScope
186
186
SeparateDefinitionBlocks : Leave
187
187
ShortNamespaceLines : 1
188
188
SkipMacroDefinitionBody : false
189
- SortIncludes : CaseSensitive
189
+ SortIncludes : CaseSensitive
190
190
SortJavaStaticImport : Before
191
191
SortUsingDeclarations : LexicographicNumeric
192
192
SpaceAfterCStyleCast : false
@@ -205,7 +205,7 @@ SpaceBeforeParensOptions:
205
205
AfterForeachMacros : true
206
206
AfterFunctionDefinitionName : false
207
207
AfterFunctionDeclarationName : false
208
- AfterIfMacros : true
208
+ AfterIfMacros : true
209
209
AfterOverloadedOperator : false
210
210
AfterPlacementOperator : true
211
211
AfterRequiresInClause : false
@@ -215,32 +215,32 @@ SpaceBeforeRangeBasedForLoopColon: true
215
215
SpaceBeforeSquareBrackets : false
216
216
SpaceInEmptyBlock : false
217
217
SpacesBeforeTrailingComments : 1
218
- SpacesInAngles : Never
218
+ SpacesInAngles : Never
219
219
SpacesInContainerLiterals : true
220
220
SpacesInLineCommentPrefix :
221
- Minimum : 1
222
- Maximum : -1
223
- SpacesInParens : Never
221
+ Minimum : 1
222
+ Maximum : -1
223
+ SpacesInParens : Never
224
224
SpacesInParensOptions :
225
- InCStyleCasts : false
225
+ InCStyleCasts : false
226
226
InConditionalStatements : false
227
227
InEmptyParentheses : false
228
- Other : false
228
+ Other : false
229
229
SpacesInSquareBrackets : false
230
- Standard : Latest
230
+ Standard : Latest
231
231
StatementAttributeLikeMacros :
232
232
- Q_EMIT
233
233
StatementMacros :
234
234
- Q_UNUSED
235
235
- QT_REQUIRE_VERSION
236
- TabWidth : 8
237
- UseTab : Never
236
+ TabWidth : 4
237
+ UseTab : Never
238
238
VerilogBreakBetweenInstancePorts : true
239
239
WhitespaceSensitiveMacros :
240
240
- BOOST_PP_STRINGIZE
241
241
- CF_SWIFT_NAME
242
242
- NS_SWIFT_NAME
243
243
- PP_STRINGIZE
244
244
- STRINGIZE
245
- ...
245
+ ---
246
246
0 commit comments