@@ -27,11 +27,11 @@ AlignConsecutiveMacros:
2727 AcrossComments : false
2828 AlignCompound : false
2929 PadOperators : false
30- # AlignConsecutiveShortCaseStatements:
31- # Enabled: false
32- # AcrossEmptyLines: false
33- # AcrossComments: false
34- # AlignCaseColons: false
30+ AlignConsecutiveShortCaseStatements :
31+ Enabled : false
32+ AcrossEmptyLines : false
33+ AcrossComments : false
34+ AlignCaseColons : false
3535AlignEscapedNewlines : Right
3636AlignOperands : DontAlign
3737AlignTrailingComments :
@@ -141,7 +141,7 @@ IntegerLiteralSeparator:
141141JavaScriptQuotes : Leave
142142JavaScriptWrapImports : true
143143KeepEmptyLinesAtTheStartOfBlocks : true
144- # KeepEmptyLinesAtEOF: false
144+ KeepEmptyLinesAtEOF : false
145145LambdaBodyIndentation : Signature
146146LineEnding : LF
147147MacroBlockBegin : " "
@@ -170,6 +170,7 @@ QualifierAlignment: Leave
170170ReferenceAlignment : Pointer
171171ReflowComments : true
172172RemoveBracesLLVM : false
173+ RemoveParentheses : Leave
173174RemoveSemicolon : false
174175RequiresClausePosition : OwnLine
175176RequiresExpressionIndentation : OuterScope
@@ -187,7 +188,7 @@ SpaceBeforeCaseColon: false
187188SpaceBeforeCpp11BracedList : false
188189SpaceBeforeCtorInitializerColon : true
189190SpaceBeforeInheritanceColon : true
190- # SpaceBeforeJsonColon: false
191+ SpaceBeforeJsonColon : false
191192SpaceBeforeParens : ControlStatements
192193SpaceBeforeParensOptions :
193194 AfterControlStatements : true
@@ -208,12 +209,12 @@ SpacesInContainerLiterals: true
208209SpacesInLineCommentPrefix :
209210 Minimum : 1
210211 Maximum : -1
211- # SpacesInParens: Never
212- # SpacesInParensOptions:
213- # InCStyleCasts: false
214- # InConditionalStatements: false
215- # InEmptyParentheses: false
216- # Other: false
212+ SpacesInParens : Never
213+ SpacesInParensOptions :
214+ InCStyleCasts : false
215+ InConditionalStatements : false
216+ InEmptyParentheses : false
217+ Other : false
217218SpacesInSquareBrackets : false
218219Standard : c++17
219220StatementAttributeLikeMacros :
@@ -223,7 +224,7 @@ StatementMacros:
223224 - QT_REQUIRE_VERSION
224225TabWidth : 4
225226UseTab : Never
226- # VerilogBreakBetweenInstancePorts: true
227+ VerilogBreakBetweenInstancePorts : true
227228WhitespaceSensitiveMacros :
228229 - BOOST_PP_STRINGIZE
229230 - CF_SWIFT_NAME
0 commit comments