@@ -33,15 +33,13 @@ AccessModifierOffset: -2
3333AlignAfterOpenBracket : Align
3434AlignConsecutiveMacros : true
3535AlignConsecutiveAssignments : false
36- AlignConsecutiveBitFields : false
3736AlignConsecutiveDeclarations : false
3837AlignEscapedNewlines : Left
3938AlignOperands : true
4039AlignTrailingComments : true
4140AllowAllArgumentsOnNextLine : false
4241AllowAllConstructorInitializersOnNextLine : true
4342AllowAllParametersOfDeclarationOnNextLine : true
44- AllowShortEnumsOnASingleLine : true
4543AllowShortBlocksOnASingleLine : Never
4644AllowShortCaseLabelsOnASingleLine : false
4745AllowShortFunctionsOnASingleLine : None
@@ -67,8 +65,6 @@ BraceWrapping:
6765 AfterExternBlock : false
6866 BeforeCatch : false
6967 BeforeElse : false
70- BeforeLambdaBody : false
71- BeforeWhile : false
7268 IndentBraces : false
7369 SplitEmptyFunction : true
7470 SplitEmptyRecord : true
@@ -119,13 +115,10 @@ IncludeCategories:
119115IncludeIsMainRegex : ' (Test)?$'
120116IncludeIsMainSourceRegex : ' '
121117IndentCaseLabels : false
122- IndentCaseBlocks : false
123118IndentGotoLabels : true
124119IndentPPDirectives : AfterHash
125- IndentExternBlock : AfterExternBlock
126120IndentWidth : 4
127121IndentWrappedFunctionNames : false
128- InsertTrailingCommas : None
129122JavaScriptQuotes : Leave
130123JavaScriptWrapImports : true
131124KeepEmptyLinesAtTheStartOfBlocks : true
@@ -135,7 +128,6 @@ MaxEmptyLinesToKeep: 1
135128NamespaceIndentation : None
136129ObjCBinPackProtocolList : Auto
137130ObjCBlockIndentWidth : 4
138- ObjCBreakBeforeNestedBlockParam : true
139131ObjCSpaceAfterProperty : false
140132ObjCSpaceBeforeProtocolList : true
141133PenaltyBreakAssignment : 250
@@ -178,10 +170,4 @@ StatementMacros:
178170TabWidth : 8
179171UseCRLF : false
180172UseTab : Never
181- WhitespaceSensitiveMacros :
182- - _STRINGIZE
183- - STRINGIZE
184- - PP_STRINGIZE
185- - BOOST_PP_STRINGIZE
186173...
187-
0 commit comments