@@ -4,54 +4,21 @@ Language: Cpp
4
4
AccessModifierOffset : -1
5
5
AlignAfterOpenBracket : AlwaysBreak
6
6
AlignArrayOfStructures : None
7
- AlignConsecutiveAssignments :
8
- Enabled : false
9
- AcrossEmptyLines : false
10
- AcrossComments : false
11
- AlignCompound : false
12
- AlignFunctionPointers : false
13
- PadOperators : true
14
- AlignConsecutiveBitFields :
15
- Enabled : false
16
- AcrossEmptyLines : false
17
- AcrossComments : false
18
- AlignCompound : false
19
- AlignFunctionPointers : false
20
- PadOperators : false
21
- AlignConsecutiveDeclarations :
22
- Enabled : false
23
- AcrossEmptyLines : false
24
- AcrossComments : false
25
- AlignCompound : false
26
- AlignFunctionPointers : false
27
- PadOperators : false
28
- AlignConsecutiveMacros :
29
- Enabled : false
30
- AcrossEmptyLines : false
31
- AcrossComments : false
32
- AlignCompound : false
33
- AlignFunctionPointers : false
34
- PadOperators : false
35
- AlignConsecutiveShortCaseStatements :
36
- Enabled : false
37
- AcrossEmptyLines : false
38
- AcrossComments : false
39
- AlignCaseColons : false
7
+ AlignConsecutiveMacros : None
8
+ AlignConsecutiveAssignments : None
9
+ AlignConsecutiveBitFields : None
10
+ AlignConsecutiveDeclarations : None
40
11
AlignEscapedNewlines : Left
41
12
AlignOperands : Align
42
- AlignTrailingComments :
43
- Kind : Always
44
- OverEmptyLines : 0
13
+ AlignTrailingComments : true
45
14
AllowAllArgumentsOnNextLine : true
46
15
AllowAllParametersOfDeclarationOnNextLine : true
47
- AllowBreakBeforeNoexceptSpecifier : Never
16
+ AllowShortEnumsOnASingleLine : true
48
17
AllowShortBlocksOnASingleLine : Never
49
18
AllowShortCaseLabelsOnASingleLine : false
50
- AllowShortCompoundRequirementOnASingleLine : true
51
- AllowShortEnumsOnASingleLine : true
52
19
AllowShortFunctionsOnASingleLine : All
53
- AllowShortIfStatementsOnASingleLine : WithoutElse
54
20
AllowShortLambdasOnASingleLine : All
21
+ AllowShortIfStatementsOnASingleLine : WithoutElse
55
22
AllowShortLoopsOnASingleLine : true
56
23
AlwaysBreakAfterDefinitionReturnType : None
57
24
AlwaysBreakAfterReturnType : None
@@ -61,18 +28,17 @@ AttributeMacros:
61
28
- __capability
62
29
BinPackArguments : true
63
30
BinPackParameters : true
64
- BitFieldColonSpacing : Both
65
31
BraceWrapping :
66
32
AfterCaseLabel : false
67
33
AfterClass : false
68
34
AfterControlStatement : Never
69
35
AfterEnum : false
70
- AfterExternBlock : false
71
36
AfterFunction : false
72
37
AfterNamespace : false
73
38
AfterObjCDeclaration : false
74
39
AfterStruct : false
75
40
AfterUnion : false
41
+ AfterExternBlock : false
76
42
BeforeCatch : false
77
43
BeforeElse : false
78
44
BeforeLambdaBody : false
@@ -81,29 +47,33 @@ BraceWrapping:
81
47
SplitEmptyFunction : true
82
48
SplitEmptyRecord : true
83
49
SplitEmptyNamespace : true
84
- BreakAdjacentStringLiterals : true
85
- BreakAfterAttributes : Leave
86
- BreakAfterJavaFieldAnnotations : false
87
- BreakArrays : true
88
50
BreakBeforeBinaryOperators : None
89
- BreakBeforeConceptDeclarations : Always
51
+ BreakBeforeConceptDeclarations : true
90
52
BreakBeforeBraces : Attach
91
- BreakBeforeInlineASMColon : OnlyMultiline
53
+ BreakBeforeInheritanceComma : false
54
+ BreakInheritanceList : BeforeColon
92
55
BreakBeforeTernaryOperators : true
56
+ BreakConstructorInitializersBeforeComma : false
93
57
BreakConstructorInitializers : BeforeColon
94
- BreakInheritanceList : BeforeColon
58
+ BreakAfterJavaFieldAnnotations : false
95
59
BreakStringLiterals : true
96
60
ColumnLimit : 80
97
61
CommentPragmas : ' ^ IWYU pragma:'
62
+ QualifierAlignment : Leave
98
63
CompactNamespaces : false
99
64
ConstructorInitializerIndentWidth : 4
100
65
ContinuationIndentWidth : 4
101
66
Cpp11BracedListStyle : true
67
+ DeriveLineEnding : true
102
68
DerivePointerAlignment : true
103
69
DisableFormat : false
104
70
EmptyLineAfterAccessModifier : Never
105
71
EmptyLineBeforeAccessModifier : LogicalBlock
106
72
ExperimentalAutoDetectBinPacking : false
73
+ PackConstructorInitializers : NextLine
74
+ BasedOnStyle : ' '
75
+ ConstructorInitializerAllOnOneLineOrOnePerLine : false
76
+ AllowAllConstructorInitializersOnNextLine : true
107
77
FixNamespaceComments : true
108
78
ForEachMacros :
109
79
- foreach
@@ -132,30 +102,19 @@ IncludeCategories:
132
102
IncludeIsMainRegex : ' ([-_](test|unittest))?$'
133
103
IncludeIsMainSourceRegex : ' '
134
104
IndentAccessModifiers : false
135
- IndentCaseBlocks : false
136
105
IndentCaseLabels : true
137
- IndentExternBlock : AfterExternBlock
106
+ IndentCaseBlocks : false
138
107
IndentGotoLabels : true
139
108
IndentPPDirectives : None
140
- IndentRequiresClause : true
109
+ IndentExternBlock : AfterExternBlock
110
+ IndentRequires : false
141
111
IndentWidth : 2
142
112
IndentWrappedFunctionNames : false
143
- InsertBraces : false
144
- InsertNewlineAtEOF : false
145
113
InsertTrailingCommas : None
146
- IntegerLiteralSeparator :
147
- Binary : 0
148
- BinaryMinDigits : 0
149
- Decimal : 0
150
- DecimalMinDigits : 0
151
- Hex : 0
152
- HexMinDigits : 0
153
114
JavaScriptQuotes : Leave
154
115
JavaScriptWrapImports : true
155
116
KeepEmptyLinesAtTheStartOfBlocks : false
156
- KeepEmptyLinesAtEOF : false
157
117
LambdaBodyIndentation : Signature
158
- LineEnding : DeriveLF
159
118
MacroBlockBegin : ' '
160
119
MacroBlockEnd : ' '
161
120
MaxEmptyLinesToKeep : 1
@@ -165,21 +124,18 @@ ObjCBlockIndentWidth: 2
165
124
ObjCBreakBeforeNestedBlockParam : true
166
125
ObjCSpaceAfterProperty : false
167
126
ObjCSpaceBeforeProtocolList : true
168
- PackConstructorInitializers : NextLine
169
127
PenaltyBreakAssignment : 2
170
128
PenaltyBreakBeforeFirstCallParameter : 1
171
129
PenaltyBreakComment : 300
172
130
PenaltyBreakFirstLessLess : 120
173
131
PenaltyBreakOpenParenthesis : 0
174
- PenaltyBreakScopeResolution : 500
175
132
PenaltyBreakString : 1000
176
133
PenaltyBreakTemplateDeclaration : 10
177
134
PenaltyExcessCharacter : 1000000
178
- PenaltyIndentedWhitespace : 0
179
135
PenaltyReturnTypeOnItsOwnLine : 200
136
+ PenaltyIndentedWhitespace : 0
180
137
PointerAlignment : Left
181
138
PPIndentWidth : -1
182
- QualifierAlignment : Leave
183
139
RawStringFormats :
184
140
- Language : Cpp
185
141
Delimiters :
@@ -213,26 +169,19 @@ RawStringFormats:
213
169
ReferenceAlignment : Pointer
214
170
ReflowComments : true
215
171
RemoveBracesLLVM : false
216
- RemoveParentheses : Leave
217
- RemoveSemicolon : false
218
- RequiresClausePosition : OwnLine
219
- RequiresExpressionIndentation : OuterScope
220
172
SeparateDefinitionBlocks : Leave
221
173
ShortNamespaceLines : 1
222
- SkipMacroDefinitionBody : false
223
174
SortIncludes : CaseSensitive
224
175
SortJavaStaticImport : Before
225
- SortUsingDeclarations : LexicographicNumeric
176
+ SortUsingDeclarations : true
226
177
SpaceAfterCStyleCast : false
227
178
SpaceAfterLogicalNot : false
228
179
SpaceAfterTemplateKeyword : true
229
- SpaceAroundPointerQualifiers : Default
230
180
SpaceBeforeAssignmentOperators : true
231
181
SpaceBeforeCaseColon : false
232
182
SpaceBeforeCpp11BracedList : false
233
183
SpaceBeforeCtorInitializerColon : true
234
184
SpaceBeforeInheritanceColon : true
235
- SpaceBeforeJsonColon : false
236
185
SpaceBeforeParens : ControlStatements
237
186
SpaceBeforeParensOptions :
238
187
AfterControlStatements : true
@@ -241,40 +190,37 @@ SpaceBeforeParensOptions:
241
190
AfterFunctionDeclarationName : false
242
191
AfterIfMacros : true
243
192
AfterOverloadedOperator : false
244
- AfterPlacementOperator : true
245
- AfterRequiresInClause : false
246
- AfterRequiresInExpression : false
247
193
BeforeNonEmptyParentheses : false
194
+ SpaceAroundPointerQualifiers : Default
248
195
SpaceBeforeRangeBasedForLoopColon : true
249
- SpaceBeforeSquareBrackets : false
250
196
SpaceInEmptyBlock : false
197
+ SpaceInEmptyParentheses : false
251
198
SpacesBeforeTrailingComments : 2
252
199
SpacesInAngles : Never
200
+ SpacesInConditionalStatement : false
253
201
SpacesInContainerLiterals : true
202
+ SpacesInCStyleCastParentheses : false
254
203
SpacesInLineCommentPrefix :
255
204
Minimum : 1
256
205
Maximum : -1
257
- SpacesInParens : Never
258
- SpacesInParensOptions :
259
- InCStyleCasts : false
260
- InConditionalStatements : false
261
- InEmptyParentheses : false
262
- Other : false
206
+ SpacesInParentheses : false
263
207
SpacesInSquareBrackets : false
208
+ SpaceBeforeSquareBrackets : false
209
+ BitFieldColonSpacing : Both
264
210
Standard : Auto
265
211
StatementAttributeLikeMacros :
266
212
- Q_EMIT
267
213
StatementMacros :
268
214
- Q_UNUSED
269
215
- QT_REQUIRE_VERSION
270
216
TabWidth : 8
217
+ UseCRLF : false
271
218
UseTab : Never
272
- VerilogBreakBetweenInstancePorts : true
273
219
WhitespaceSensitiveMacros :
220
+ - STRINGIZE
221
+ - PP_STRINGIZE
274
222
- BOOST_PP_STRINGIZE
275
- - CF_SWIFT_NAME
276
223
- NS_SWIFT_NAME
277
- - PP_STRINGIZE
278
- - STRINGIZE
224
+ - CF_SWIFT_NAME
279
225
...
280
226
0 commit comments