@@ -107,129 +107,13 @@ Standard: Cpp11
107
107
TabWidth : 8
108
108
UseTab : Never
109
109
---
110
- Language : ObjC
111
- # BasedOnStyle: WebKit
112
- AccessModifierOffset : -4
113
- AlignAfterOpenBracket : DontAlign
114
- AlignConsecutiveAssignments : false
115
- AlignConsecutiveDeclarations : false
116
- AlignEscapedNewlines : Right
117
- AlignOperands : false
118
- AlignTrailingComments : false
119
- AllowAllArgumentsOnNextLine : true
120
- AllowAllConstructorInitializersOnNextLine : true
121
- AllowAllParametersOfDeclarationOnNextLine : true
122
- AllowShortBlocksOnASingleLine : false
123
- AllowShortCaseLabelsOnASingleLine : false
124
- AllowShortFunctionsOnASingleLine : All
125
- AllowShortLambdasOnASingleLine : All
126
- AllowShortIfStatementsOnASingleLine : Never
127
- AllowShortLoopsOnASingleLine : false
128
- AlwaysBreakAfterDefinitionReturnType : None
129
- AlwaysBreakAfterReturnType : None
130
- AlwaysBreakBeforeMultilineStrings : false
131
- AlwaysBreakTemplateDeclarations : MultiLine
132
- BinPackArguments : true
133
- BinPackParameters : true
134
- BraceWrapping :
135
- AfterCaseLabel : false
136
- AfterClass : false
137
- AfterControlStatement : false
138
- AfterEnum : true
139
- AfterFunction : true
140
- AfterNamespace : false
141
- AfterObjCDeclaration : false
142
- AfterStruct : false
143
- AfterUnion : false
144
- AfterExternBlock : false
145
- BeforeCatch : false
146
- BeforeElse : false
147
- IndentBraces : false
148
- SplitEmptyFunction : true
149
- SplitEmptyRecord : true
150
- SplitEmptyNamespace : true
151
- BreakBeforeBinaryOperators : All
152
- BreakBeforeBraces : WebKit
153
- BreakBeforeInheritanceComma : false
154
- BreakInheritanceList : BeforeColon
155
- BreakBeforeTernaryOperators : true
156
- BreakConstructorInitializersBeforeComma : false
157
- BreakConstructorInitializers : BeforeComma
158
- BreakAfterJavaFieldAnnotations : false
159
- BreakStringLiterals : true
160
- ColumnLimit : 132
161
- CommentPragmas : ' ^ IWYU pragma:'
162
- CompactNamespaces : false
163
- ConstructorInitializerAllOnOneLineOrOnePerLine : false
164
- ConstructorInitializerIndentWidth : 4
165
- ContinuationIndentWidth : 4
166
- Cpp11BracedListStyle : false
167
- DerivePointerAlignment : false
168
- DisableFormat : false
169
- ExperimentalAutoDetectBinPacking : false
170
- FixNamespaceComments : false
171
- ForEachMacros :
172
- - foreach
173
- - Q_FOREACH
174
- - BOOST_FOREACH
175
- IncludeBlocks : Preserve
176
- IncludeCategories :
177
- - Regex : ' ^"(llvm|llvm-c|clang|clang-c)/'
178
- Priority : 2
179
- - Regex : ' ^(<|"(gtest|gmock|isl|json)/)'
180
- Priority : 3
181
- - Regex : ' .*'
182
- Priority : 1
183
- IncludeIsMainRegex : ' (Test)?$'
184
- IndentCaseLabels : false
185
- IndentPPDirectives : None
186
- IndentWidth : 4
187
- IndentWrappedFunctionNames : false
188
- JavaScriptQuotes : Leave
189
- JavaScriptWrapImports : true
190
- KeepEmptyLinesAtTheStartOfBlocks : true
191
- MacroBlockBegin : ' '
192
- MacroBlockEnd : ' '
193
- MaxEmptyLinesToKeep : 1
194
- NamespaceIndentation : Inner
195
- ObjCBinPackProtocolList : Auto
196
- ObjCBlockIndentWidth : 4
197
- ObjCSpaceAfterProperty : true
198
- ObjCSpaceBeforeProtocolList : true
199
- PenaltyBreakAssignment : 2
200
- PenaltyBreakBeforeFirstCallParameter : 19
201
- PenaltyBreakComment : 300
202
- PenaltyBreakFirstLessLess : 120
203
- PenaltyBreakString : 1000
204
- PenaltyBreakTemplateDeclaration : 10
205
- PenaltyExcessCharacter : 1000000
206
- PenaltyReturnTypeOnItsOwnLine : 60
110
+ Language : ObjC
111
+ BasedOnStyle : WebKit
112
+ Standard : c++17
207
113
PointerAlignment : Middle
208
- ReflowComments : true
209
- SortIncludes : true
210
- SortUsingDeclarations : true
211
114
SpaceAfterCStyleCast : true
212
- SpaceAfterLogicalNot : false
213
- SpaceAfterTemplateKeyword : true
214
- SpaceBeforeAssignmentOperators : true
215
- SpaceBeforeCpp11BracedList : true
216
- SpaceBeforeCtorInitializerColon : true
217
- SpaceBeforeInheritanceColon : true
218
- SpaceBeforeParens : ControlStatements
219
- SpaceBeforeRangeBasedForLoopColon : true
220
- SpaceInEmptyParentheses : false
221
- SpacesBeforeTrailingComments : 1
222
- SpacesInAngles : false
223
- SpacesInContainerLiterals : true
224
- SpacesInCStyleCastParentheses : false
225
- SpacesInParentheses : false
226
- SpacesInSquareBrackets : false
227
- Standard : Cpp11
228
- StatementMacros :
229
- - Q_UNUSED
230
- - QT_REQUIRE_VERSION
231
- TabWidth : 8
232
- UseTab : Never
115
+ SpaceInEmptyBlock : false
116
+ ObjCBreakBeforeNestedBlockParam : false
233
117
---
234
118
Language : JavaScript
235
119
BasedOnStyle : WebKit
0 commit comments