@@ -28,6 +28,11 @@ AlignConsecutiveMacros:
28
28
AcrossComments : false
29
29
AlignCompound : false
30
30
PadOperators : false
31
+ AlignConsecutiveShortCaseStatements :
32
+ Enabled : false
33
+ AcrossEmptyLines : false
34
+ AcrossComments : false
35
+ AlignCaseColons : false
31
36
AlignEscapedNewlines : Left
32
37
AlignOperands : Align
33
38
AlignTrailingComments :
@@ -141,6 +146,7 @@ IntegerLiteralSeparator:
141
146
JavaScriptQuotes : Leave
142
147
JavaScriptWrapImports : true
143
148
KeepEmptyLinesAtTheStartOfBlocks : false
149
+ KeepEmptyLinesAtEOF : false
144
150
LambdaBodyIndentation : Signature
145
151
LineEnding : DeriveLF
146
152
MacroBlockBegin : ' '
@@ -201,6 +207,7 @@ RawStringFormats:
201
207
ReferenceAlignment : Pointer
202
208
ReflowComments : true
203
209
RemoveBracesLLVM : false
210
+ RemoveParentheses : Leave
204
211
RemoveSemicolon : false
205
212
RequiresClausePosition : OwnLine
206
213
RequiresExpressionIndentation : OuterScope
@@ -218,6 +225,7 @@ SpaceBeforeCaseColon: false
218
225
SpaceBeforeCpp11BracedList : false
219
226
SpaceBeforeCtorInitializerColon : true
220
227
SpaceBeforeInheritanceColon : true
228
+ SpaceBeforeJsonColon : false
221
229
SpaceBeforeParens : ControlStatements
222
230
SpaceBeforeParensOptions :
223
231
AfterControlStatements : true
@@ -232,23 +240,28 @@ SpaceBeforeParensOptions:
232
240
SpaceBeforeRangeBasedForLoopColon : true
233
241
SpaceBeforeSquareBrackets : false
234
242
SpaceInEmptyBlock : false
235
- SpaceInEmptyParentheses : false
236
243
SpacesBeforeTrailingComments : 2
237
244
SpacesInAngles : Never
238
- SpacesInConditionalStatement : false
239
245
SpacesInContainerLiterals : true
240
- SpacesInCStyleCastParentheses : false
241
246
SpacesInLineCommentPrefix :
242
247
Minimum : 1
243
248
Maximum : -1
244
- SpacesInParentheses : false
249
+ SpacesInParens : Never
250
+ SpacesInParensOptions :
251
+ InCStyleCasts : false
252
+ InConditionalStatements : false
253
+ InEmptyParentheses : false
254
+ Other : false
245
255
SpacesInSquareBrackets : false
246
256
Standard : c++20
257
+ StatementAttributeLikeMacros :
258
+ - Q_EMIT
247
259
StatementMacros :
248
260
- Q_UNUSED
249
261
- QT_REQUIRE_VERSION
250
262
TabWidth : 8
251
263
UseTab : Never
264
+ VerilogBreakBetweenInstancePorts : true
252
265
WhitespaceSensitiveMacros :
253
266
- BOOST_PP_STRINGIZE
254
267
- CF_SWIFT_NAME
0 commit comments