@@ -33,15 +33,13 @@ AccessModifierOffset: -2
33
33
AlignAfterOpenBracket : Align
34
34
AlignConsecutiveMacros : true
35
35
AlignConsecutiveAssignments : false
36
- AlignConsecutiveBitFields : false
37
36
AlignConsecutiveDeclarations : false
38
37
AlignEscapedNewlines : Left
39
38
AlignOperands : true
40
39
AlignTrailingComments : true
41
40
AllowAllArgumentsOnNextLine : false
42
41
AllowAllConstructorInitializersOnNextLine : true
43
42
AllowAllParametersOfDeclarationOnNextLine : true
44
- AllowShortEnumsOnASingleLine : true
45
43
AllowShortBlocksOnASingleLine : Never
46
44
AllowShortCaseLabelsOnASingleLine : false
47
45
AllowShortFunctionsOnASingleLine : None
@@ -67,8 +65,6 @@ BraceWrapping:
67
65
AfterExternBlock : false
68
66
BeforeCatch : false
69
67
BeforeElse : false
70
- BeforeLambdaBody : false
71
- BeforeWhile : false
72
68
IndentBraces : false
73
69
SplitEmptyFunction : true
74
70
SplitEmptyRecord : true
@@ -119,13 +115,10 @@ IncludeCategories:
119
115
IncludeIsMainRegex : ' (Test)?$'
120
116
IncludeIsMainSourceRegex : ' '
121
117
IndentCaseLabels : false
122
- IndentCaseBlocks : false
123
118
IndentGotoLabels : true
124
119
IndentPPDirectives : AfterHash
125
- IndentExternBlock : AfterExternBlock
126
120
IndentWidth : 4
127
121
IndentWrappedFunctionNames : false
128
- InsertTrailingCommas : None
129
122
JavaScriptQuotes : Leave
130
123
JavaScriptWrapImports : true
131
124
KeepEmptyLinesAtTheStartOfBlocks : true
@@ -135,7 +128,6 @@ MaxEmptyLinesToKeep: 1
135
128
NamespaceIndentation : None
136
129
ObjCBinPackProtocolList : Auto
137
130
ObjCBlockIndentWidth : 4
138
- ObjCBreakBeforeNestedBlockParam : true
139
131
ObjCSpaceAfterProperty : false
140
132
ObjCSpaceBeforeProtocolList : true
141
133
PenaltyBreakAssignment : 250
@@ -178,10 +170,4 @@ StatementMacros:
178
170
TabWidth : 8
179
171
UseCRLF : false
180
172
UseTab : Never
181
- WhitespaceSensitiveMacros :
182
- - _STRINGIZE
183
- - STRINGIZE
184
- - PP_STRINGIZE
185
- - BOOST_PP_STRINGIZE
186
173
...
187
-
0 commit comments