@@ -4,21 +4,40 @@ Language: Cpp
4
4
AccessModifierOffset : -1
5
5
AlignAfterOpenBracket : AlwaysBreak
6
6
AlignArrayOfStructures : None
7
- AlignConsecutiveMacros : None
8
- AlignConsecutiveAssignments : None
9
- AlignConsecutiveBitFields : None
10
- AlignConsecutiveDeclarations : None
7
+ AlignConsecutiveAssignments :
8
+ Enabled : false
9
+ AcrossEmptyLines : false
10
+ AcrossComments : false
11
+ AlignCompound : false
12
+ PadOperators : true
13
+ AlignConsecutiveBitFields :
14
+ Enabled : false
15
+ AcrossEmptyLines : false
16
+ AcrossComments : false
17
+ AlignCompound : false
18
+ PadOperators : false
19
+ AlignConsecutiveDeclarations :
20
+ Enabled : false
21
+ AcrossEmptyLines : false
22
+ AcrossComments : false
23
+ AlignCompound : false
24
+ PadOperators : false
25
+ AlignConsecutiveMacros :
26
+ Enabled : false
27
+ AcrossEmptyLines : false
28
+ AcrossComments : false
29
+ AlignCompound : false
30
+ PadOperators : false
11
31
AlignEscapedNewlines : Left
12
32
AlignOperands : Align
13
- AlignTrailingComments : true
14
33
AllowAllArgumentsOnNextLine : true
15
34
AllowAllParametersOfDeclarationOnNextLine : true
16
- AllowShortEnumsOnASingleLine : true
17
35
AllowShortBlocksOnASingleLine : Never
18
36
AllowShortCaseLabelsOnASingleLine : false
37
+ AllowShortEnumsOnASingleLine : true
19
38
AllowShortFunctionsOnASingleLine : All
20
- AllowShortLambdasOnASingleLine : All
21
39
AllowShortIfStatementsOnASingleLine : WithoutElse
40
+ AllowShortLambdasOnASingleLine : All
22
41
AllowShortLoopsOnASingleLine : true
23
42
AlwaysBreakAfterDefinitionReturnType : None
24
43
AlwaysBreakAfterReturnType : None
@@ -28,17 +47,18 @@ AttributeMacros:
28
47
- __capability
29
48
BinPackArguments : true
30
49
BinPackParameters : true
50
+ BitFieldColonSpacing : Both
31
51
BraceWrapping :
32
52
AfterCaseLabel : false
33
53
AfterClass : false
34
54
AfterControlStatement : Never
35
55
AfterEnum : false
56
+ AfterExternBlock : false
36
57
AfterFunction : false
37
58
AfterNamespace : false
38
59
AfterObjCDeclaration : false
39
60
AfterStruct : false
40
61
AfterUnion : false
41
- AfterExternBlock : false
42
62
BeforeCatch : false
43
63
BeforeElse : false
44
64
BeforeLambdaBody : false
@@ -47,33 +67,25 @@ BraceWrapping:
47
67
SplitEmptyFunction : true
48
68
SplitEmptyRecord : true
49
69
SplitEmptyNamespace : true
70
+ BreakAfterJavaFieldAnnotations : false
50
71
BreakBeforeBinaryOperators : None
51
- BreakBeforeConceptDeclarations : true
72
+ BreakBeforeConceptDeclarations : Always
52
73
BreakBeforeBraces : Attach
53
- BreakBeforeInheritanceComma : false
54
- BreakInheritanceList : BeforeColon
55
74
BreakBeforeTernaryOperators : true
56
- BreakConstructorInitializersBeforeComma : false
57
75
BreakConstructorInitializers : BeforeColon
58
- BreakAfterJavaFieldAnnotations : false
76
+ BreakInheritanceList : BeforeColon
59
77
BreakStringLiterals : true
60
78
ColumnLimit : 80
61
79
CommentPragmas : ' ^ IWYU pragma:'
62
- QualifierAlignment : Leave
63
80
CompactNamespaces : false
64
81
ConstructorInitializerIndentWidth : 4
65
82
ContinuationIndentWidth : 4
66
83
Cpp11BracedListStyle : true
67
- DeriveLineEnding : true
68
84
DerivePointerAlignment : true
69
85
DisableFormat : false
70
86
EmptyLineAfterAccessModifier : Never
71
87
EmptyLineBeforeAccessModifier : LogicalBlock
72
88
ExperimentalAutoDetectBinPacking : false
73
- PackConstructorInitializers : NextLine
74
- BasedOnStyle : ' '
75
- ConstructorInitializerAllOnOneLineOrOnePerLine : false
76
- AllowAllConstructorInitializersOnNextLine : true
77
89
FixNamespaceComments : true
78
90
ForEachMacros :
79
91
- foreach
@@ -102,14 +114,15 @@ IncludeCategories:
102
114
IncludeIsMainRegex : ' ([-_](test|unittest))?$'
103
115
IncludeIsMainSourceRegex : ' '
104
116
IndentAccessModifiers : false
105
- IndentCaseLabels : true
106
117
IndentCaseBlocks : false
118
+ IndentCaseLabels : true
119
+ IndentExternBlock : AfterExternBlock
107
120
IndentGotoLabels : true
108
121
IndentPPDirectives : None
109
- IndentExternBlock : AfterExternBlock
110
- IndentRequires : false
122
+ IndentRequiresClause : true
111
123
IndentWidth : 2
112
124
IndentWrappedFunctionNames : false
125
+ InsertBraces : false
113
126
InsertTrailingCommas : None
114
127
JavaScriptQuotes : Leave
115
128
JavaScriptWrapImports : true
@@ -124,6 +137,7 @@ ObjCBlockIndentWidth: 2
124
137
ObjCBreakBeforeNestedBlockParam : true
125
138
ObjCSpaceAfterProperty : false
126
139
ObjCSpaceBeforeProtocolList : true
140
+ PackConstructorInitializers : NextLine
127
141
PenaltyBreakAssignment : 2
128
142
PenaltyBreakBeforeFirstCallParameter : 1
129
143
PenaltyBreakComment : 300
@@ -132,10 +146,11 @@ PenaltyBreakOpenParenthesis: 0
132
146
PenaltyBreakString : 1000
133
147
PenaltyBreakTemplateDeclaration : 10
134
148
PenaltyExcessCharacter : 1000000
135
- PenaltyReturnTypeOnItsOwnLine : 200
136
149
PenaltyIndentedWhitespace : 0
150
+ PenaltyReturnTypeOnItsOwnLine : 200
137
151
PointerAlignment : Left
138
152
PPIndentWidth : -1
153
+ QualifierAlignment : Leave
139
154
RawStringFormats :
140
155
- Language : Cpp
141
156
Delimiters :
@@ -169,14 +184,15 @@ RawStringFormats:
169
184
ReferenceAlignment : Pointer
170
185
ReflowComments : true
171
186
RemoveBracesLLVM : false
187
+ RequiresClausePosition : OwnLine
172
188
SeparateDefinitionBlocks : Leave
173
189
ShortNamespaceLines : 1
174
190
SortIncludes : CaseSensitive
175
191
SortJavaStaticImport : Before
176
- SortUsingDeclarations : true
177
192
SpaceAfterCStyleCast : false
178
193
SpaceAfterLogicalNot : false
179
194
SpaceAfterTemplateKeyword : true
195
+ SpaceAroundPointerQualifiers : Default
180
196
SpaceBeforeAssignmentOperators : true
181
197
SpaceBeforeCaseColon : false
182
198
SpaceBeforeCpp11BracedList : false
@@ -190,37 +206,32 @@ SpaceBeforeParensOptions:
190
206
AfterFunctionDeclarationName : false
191
207
AfterIfMacros : true
192
208
AfterOverloadedOperator : false
209
+ AfterRequiresInClause : false
210
+ AfterRequiresInExpression : false
193
211
BeforeNonEmptyParentheses : false
194
- SpaceAroundPointerQualifiers : Default
195
212
SpaceBeforeRangeBasedForLoopColon : true
213
+ SpaceBeforeSquareBrackets : false
196
214
SpaceInEmptyBlock : false
197
- SpaceInEmptyParentheses : false
198
215
SpacesBeforeTrailingComments : 2
199
216
SpacesInAngles : Never
200
- SpacesInConditionalStatement : false
201
217
SpacesInContainerLiterals : true
202
- SpacesInCStyleCastParentheses : false
203
218
SpacesInLineCommentPrefix :
204
219
Minimum : 1
205
220
Maximum : -1
206
- SpacesInParentheses : false
207
221
SpacesInSquareBrackets : false
208
- SpaceBeforeSquareBrackets : false
209
- BitFieldColonSpacing : Both
210
222
Standard : Auto
211
223
StatementAttributeLikeMacros :
212
224
- Q_EMIT
213
225
StatementMacros :
214
226
- Q_UNUSED
215
227
- QT_REQUIRE_VERSION
216
228
TabWidth : 8
217
- UseCRLF : false
218
229
UseTab : Never
219
230
WhitespaceSensitiveMacros :
220
- - STRINGIZE
221
- - PP_STRINGIZE
222
231
- BOOST_PP_STRINGIZE
223
- - NS_SWIFT_NAME
224
232
- CF_SWIFT_NAME
233
+ - NS_SWIFT_NAME
234
+ - PP_STRINGIZE
235
+ - STRINGIZE
225
236
...
226
237
0 commit comments