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