@@ -4,21 +4,54 @@ Language: Cpp
44AccessModifierOffset : -1
55AlignAfterOpenBracket : Align
66AlignArrayOfStructures : None
7- AlignConsecutiveMacros : None
8- AlignConsecutiveAssignments : None
9- AlignConsecutiveBitFields : None
10- AlignConsecutiveDeclarations : None
7+ AlignConsecutiveAssignments :
8+ Enabled : false
9+ AcrossEmptyLines : false
10+ AcrossComments : false
11+ AlignCompound : false
12+ AlignFunctionPointers : false
13+ PadOperators : true
14+ AlignConsecutiveBitFields :
15+ Enabled : false
16+ AcrossEmptyLines : false
17+ AcrossComments : false
18+ AlignCompound : false
19+ AlignFunctionPointers : false
20+ PadOperators : false
21+ AlignConsecutiveDeclarations :
22+ Enabled : false
23+ AcrossEmptyLines : false
24+ AcrossComments : false
25+ AlignCompound : false
26+ AlignFunctionPointers : false
27+ PadOperators : false
28+ AlignConsecutiveMacros :
29+ Enabled : false
30+ AcrossEmptyLines : false
31+ AcrossComments : false
32+ AlignCompound : false
33+ AlignFunctionPointers : false
34+ PadOperators : false
35+ AlignConsecutiveShortCaseStatements :
36+ Enabled : false
37+ AcrossEmptyLines : false
38+ AcrossComments : false
39+ AlignCaseColons : false
1140AlignEscapedNewlines : Left
1241AlignOperands : Align
13- AlignTrailingComments : true
42+ AlignTrailingComments :
43+ Kind : Always
44+ OverEmptyLines : 0
1445AllowAllArgumentsOnNextLine : true
1546AllowAllParametersOfDeclarationOnNextLine : true
16- AllowShortEnumsOnASingleLine : true
47+ AllowBreakBeforeNoexceptSpecifier : Never
1748AllowShortBlocksOnASingleLine : Never
1849AllowShortCaseLabelsOnASingleLine : false
50+ AllowShortCompoundRequirementOnASingleLine : true
51+ AllowShortEnumsOnASingleLine : true
1952AllowShortFunctionsOnASingleLine : All
20- AllowShortLambdasOnASingleLine : All
2153AllowShortIfStatementsOnASingleLine : WithoutElse
54+ AllowShortLambdasOnASingleLine : All
2255AllowShortLoopsOnASingleLine : true
2356AlwaysBreakAfterDefinitionReturnType : None
2457AlwaysBreakAfterReturnType : None
@@ -28,17 +61,18 @@ AttributeMacros:
2861 - __capability
2962BinPackArguments : true
3063BinPackParameters : true
64+ BitFieldColonSpacing : Both
3165BraceWrapping :
3266 AfterCaseLabel : false
3367 AfterClass : false
3468 AfterControlStatement : Never
3569 AfterEnum : false
70+ AfterExternBlock : false
3671 AfterFunction : false
3772 AfterNamespace : false
3873 AfterObjCDeclaration : false
3974 AfterStruct : false
4075 AfterUnion : false
41- AfterExternBlock : false
4276 BeforeCatch : false
4377 BeforeElse : false
4478 BeforeLambdaBody : false
@@ -47,33 +81,29 @@ BraceWrapping:
4781 SplitEmptyFunction : true
4882 SplitEmptyRecord : true
4983 SplitEmptyNamespace : true
84+ BreakAdjacentStringLiterals : true
85+ BreakAfterAttributes : Leave
86+ BreakAfterJavaFieldAnnotations : false
87+ BreakArrays : true
5088BreakBeforeBinaryOperators : None
51- BreakBeforeConceptDeclarations : true
89+ BreakBeforeConceptDeclarations : Always
5290BreakBeforeBraces : Attach
53- BreakBeforeInheritanceComma : false
54- BreakInheritanceList : BeforeColon
91+ BreakBeforeInlineASMColon : OnlyMultiline
5592BreakBeforeTernaryOperators : true
56- BreakConstructorInitializersBeforeComma : false
5793BreakConstructorInitializers : BeforeColon
58- BreakAfterJavaFieldAnnotations : false
94+ BreakInheritanceList : BeforeColon
5995BreakStringLiterals : true
6096ColumnLimit : 80
6197CommentPragmas : ' ^ IWYU pragma:'
62- QualifierAlignment : Leave
6398CompactNamespaces : false
6499ConstructorInitializerIndentWidth : 4
65100ContinuationIndentWidth : 4
66101Cpp11BracedListStyle : true
67- DeriveLineEnding : true
68102DerivePointerAlignment : true
69103DisableFormat : false
70104EmptyLineAfterAccessModifier : Never
71105EmptyLineBeforeAccessModifier : LogicalBlock
72106ExperimentalAutoDetectBinPacking : false
73- PackConstructorInitializers : NextLine
74- BasedOnStyle : ' '
75- ConstructorInitializerAllOnOneLineOrOnePerLine : false
76- AllowAllConstructorInitializersOnNextLine : true
77107FixNamespaceComments : true
78108ForEachMacros :
79109 - foreach
@@ -102,19 +132,30 @@ IncludeCategories:
102132IncludeIsMainRegex : ' ([-_](test|unittest))?$'
103133IncludeIsMainSourceRegex : ' '
104134IndentAccessModifiers : false
105- IndentCaseLabels : true
106135IndentCaseBlocks : false
136+ IndentCaseLabels : true
137+ IndentExternBlock : AfterExternBlock
107138IndentGotoLabels : true
108139IndentPPDirectives : None
109- IndentExternBlock : AfterExternBlock
110- IndentRequires : false
140+ IndentRequiresClause : true
111141IndentWidth : 2
112142IndentWrappedFunctionNames : false
143+ InsertBraces : false
144+ InsertNewlineAtEOF : false
113145InsertTrailingCommas : None
146+ IntegerLiteralSeparator :
147+ Binary : 0
148+ BinaryMinDigits : 0
149+ Decimal : 0
150+ DecimalMinDigits : 0
151+ Hex : 0
152+ HexMinDigits : 0
114153JavaScriptQuotes : Leave
115154JavaScriptWrapImports : true
116155KeepEmptyLinesAtTheStartOfBlocks : false
156+ KeepEmptyLinesAtEOF : false
117157LambdaBodyIndentation : Signature
158+ LineEnding : DeriveLF
118159MacroBlockBegin : ' '
119160MacroBlockEnd : ' '
120161MaxEmptyLinesToKeep : 1
@@ -124,18 +165,21 @@ ObjCBlockIndentWidth: 2
124165ObjCBreakBeforeNestedBlockParam : true
125166ObjCSpaceAfterProperty : false
126167ObjCSpaceBeforeProtocolList : true
168+ PackConstructorInitializers : NextLine
127169PenaltyBreakAssignment : 2
128170PenaltyBreakBeforeFirstCallParameter : 1
129171PenaltyBreakComment : 300
130172PenaltyBreakFirstLessLess : 120
131173PenaltyBreakOpenParenthesis : 0
174+ PenaltyBreakScopeResolution : 500
132175PenaltyBreakString : 1000
133176PenaltyBreakTemplateDeclaration : 10
134177PenaltyExcessCharacter : 1000000
135- PenaltyReturnTypeOnItsOwnLine : 200
136178PenaltyIndentedWhitespace : 0
179+ PenaltyReturnTypeOnItsOwnLine : 200
137180PointerAlignment : Left
138181PPIndentWidth : -1
182+ QualifierAlignment : Leave
139183RawStringFormats :
140184 - Language : Cpp
141185 Delimiters :
@@ -169,19 +213,26 @@ RawStringFormats:
169213ReferenceAlignment : Pointer
170214ReflowComments : true
171215RemoveBracesLLVM : false
216+ RemoveParentheses : Leave
217+ RemoveSemicolon : false
218+ RequiresClausePosition : OwnLine
219+ RequiresExpressionIndentation : OuterScope
172220SeparateDefinitionBlocks : Leave
173221ShortNamespaceLines : 1
222+ SkipMacroDefinitionBody : false
174223SortIncludes : CaseSensitive
175224SortJavaStaticImport : Before
176- SortUsingDeclarations : true
225+ SortUsingDeclarations : LexicographicNumeric
177226SpaceAfterCStyleCast : false
178227SpaceAfterLogicalNot : false
179228SpaceAfterTemplateKeyword : true
229+ SpaceAroundPointerQualifiers : Default
180230SpaceBeforeAssignmentOperators : true
181231SpaceBeforeCaseColon : false
182232SpaceBeforeCpp11BracedList : false
183233SpaceBeforeCtorInitializerColon : true
184234SpaceBeforeInheritanceColon : true
235+ SpaceBeforeJsonColon : false
185236SpaceBeforeParens : ControlStatements
186237SpaceBeforeParensOptions :
187238 AfterControlStatements : true
@@ -190,37 +241,40 @@ SpaceBeforeParensOptions:
190241 AfterFunctionDeclarationName : false
191242 AfterIfMacros : true
192243 AfterOverloadedOperator : false
244+ AfterPlacementOperator : true
245+ AfterRequiresInClause : false
246+ AfterRequiresInExpression : false
193247 BeforeNonEmptyParentheses : false
194- SpaceAroundPointerQualifiers : Default
195248SpaceBeforeRangeBasedForLoopColon : true
249+ SpaceBeforeSquareBrackets : false
196250SpaceInEmptyBlock : false
197- SpaceInEmptyParentheses : false
198251SpacesBeforeTrailingComments : 2
199252SpacesInAngles : Never
200- SpacesInConditionalStatement : false
201253SpacesInContainerLiterals : true
202- SpacesInCStyleCastParentheses : false
203254SpacesInLineCommentPrefix :
204255 Minimum : 1
205256 Maximum : -1
206- SpacesInParentheses : false
257+ SpacesInParens : Never
258+ SpacesInParensOptions :
259+ InCStyleCasts : false
260+ InConditionalStatements : false
261+ InEmptyParentheses : false
262+ Other : false
207263SpacesInSquareBrackets : false
208- SpaceBeforeSquareBrackets : false
209- BitFieldColonSpacing : Both
210264Standard : Auto
211265StatementAttributeLikeMacros :
212266 - Q_EMIT
213267StatementMacros :
214268 - Q_UNUSED
215269 - QT_REQUIRE_VERSION
216270TabWidth : 8
217- UseCRLF : false
218271UseTab : Never
272+ VerilogBreakBetweenInstancePorts : true
219273WhitespaceSensitiveMacros :
220- - STRINGIZE
221- - PP_STRINGIZE
222274 - BOOST_PP_STRINGIZE
223- - NS_SWIFT_NAME
224275 - CF_SWIFT_NAME
276+ - NS_SWIFT_NAME
277+ - PP_STRINGIZE
278+ - STRINGIZE
225279...
226280
0 commit comments