@@ -9,53 +9,61 @@ AlignConsecutiveAssignments:
99 AcrossEmptyLines : false
1010 AcrossComments : false
1111 AlignCompound : false
12+ AlignFunctionDeclarations : false
1213 AlignFunctionPointers : false
1314 PadOperators : true
1415AlignConsecutiveBitFields :
1516 Enabled : false
1617 AcrossEmptyLines : false
1718 AcrossComments : false
1819 AlignCompound : false
20+ AlignFunctionDeclarations : false
1921 AlignFunctionPointers : false
2022 PadOperators : true
2123AlignConsecutiveDeclarations :
2224 Enabled : false
2325 AcrossEmptyLines : false
2426 AcrossComments : false
2527 AlignCompound : false
28+ AlignFunctionDeclarations : true
2629 AlignFunctionPointers : false
2730 PadOperators : true
2831AlignConsecutiveMacros :
2932 Enabled : false
3033 AcrossEmptyLines : false
3134 AcrossComments : false
3235 AlignCompound : false
36+ AlignFunctionDeclarations : false
3337 AlignFunctionPointers : false
3438 PadOperators : true
3539AlignConsecutiveShortCaseStatements :
3640 Enabled : false
3741 AcrossEmptyLines : false
3842 AcrossComments : false
43+ AlignCaseArrows : false
3944 AlignCaseColons : false
4045AlignConsecutiveTableGenBreakingDAGArgColons :
4146 Enabled : false
4247 AcrossEmptyLines : false
4348 AcrossComments : false
4449 AlignCompound : false
50+ AlignFunctionDeclarations : false
4551 AlignFunctionPointers : false
4652 PadOperators : true
4753AlignConsecutiveTableGenCondOperatorColons :
4854 Enabled : false
4955 AcrossEmptyLines : false
5056 AcrossComments : false
5157 AlignCompound : false
58+ AlignFunctionDeclarations : false
5259 AlignFunctionPointers : false
5360 PadOperators : true
5461AlignConsecutiveTableGenDefinitionColons :
5562 Enabled : false
5663 AcrossEmptyLines : false
5764 AcrossComments : false
5865 AlignCompound : false
66+ AlignFunctionDeclarations : false
5967 AlignFunctionPointers : false
6068 PadOperators : true
6169AlignEscapedNewlines : DontAlign
@@ -75,22 +83,26 @@ AllowShortFunctionsOnASingleLine: Empty
7583AllowShortIfStatementsOnASingleLine : WithoutElse
7684AllowShortLambdasOnASingleLine : Inline
7785AllowShortLoopsOnASingleLine : false
86+ AllowShortNamespacesOnASingleLine : false
87+ AlwaysBreakAfterDefinitionReturnType : None
7888AlwaysBreakBeforeMultilineStrings : false
7989# AttributeMacros:
8090BinPackArguments : false
91+ # BinPackLongBracedList: true
8192BinPackParameters : OnePerLine
8293BitFieldColonSpacing : Both
94+ BracedInitializerIndentWidth : 4
8395BraceWrapping :
8496 AfterCaseLabel : true
8597 AfterClass : true
8698 AfterControlStatement : Always
8799 AfterEnum : true
100+ AfterExternBlock : true
88101 AfterFunction : true
89102 AfterNamespace : true
90103 AfterObjCDeclaration : true
91104 AfterStruct : true
92105 AfterUnion : true
93- AfterExternBlock : true
94106 BeforeCatch : false
95107 BeforeElse : false
96108 BeforeLambdaBody : false
@@ -99,16 +111,16 @@ BraceWrapping:
99111 SplitEmptyFunction : false
100112 SplitEmptyRecord : false
101113 SplitEmptyNamespace : false
102- BracedInitializerIndentWidth : 4
103114BreakAdjacentStringLiterals : true
104115BreakAfterAttributes : Leave
105116BreakAfterJavaFieldAnnotations : true
106117BreakAfterReturnType : Automatic
107118BreakArrays : false
108119BreakBeforeBinaryOperators : None
109- BreakBeforeBraces : Custom
110120BreakBeforeConceptDeclarations : Never
121+ BreakBeforeBraces : Custom
111122BreakBeforeInlineASMColon : OnlyMultiline
123+ # BreakBeforeTemplateCloser: false
112124BreakBeforeTernaryOperators : true
113125BreakBinaryOperations : RespectPrecedence
114126BreakConstructorInitializers : AfterColon
@@ -126,22 +138,31 @@ DerivePointerAlignment: false
126138DisableFormat : false
127139EmptyLineAfterAccessModifier : Leave
128140EmptyLineBeforeAccessModifier : LogicalBlock
141+ # EnumTrailingComma: Leave
142+ ExperimentalAutoDetectBinPacking : false
129143FixNamespaceComments : true
130144# ForEachMacros:
131145# IfMacros:
132146IncludeBlocks : Merge
133147IncludeCategories :
134148 - Regex : ' ^<.*'
135149 Priority : 1
150+ SortPriority : 0
151+ CaseSensitive : false
136152 - Regex : ' ^".*'
137153 Priority : 2
154+ SortPriority : 0
155+ CaseSensitive : false
138156 - Regex : ' .*'
139157 Priority : 3
158+ SortPriority : 0
159+ CaseSensitive : false
140160IncludeIsMainRegex : ' ^$'
141- # IncludeIsMainSourceRegex:
161+ IncludeIsMainSourceRegex : ' '
142162IndentAccessModifiers : true
143163IndentCaseBlocks : false
144164IndentCaseLabels : true
165+ IndentExportBlock : true
145166IndentExternBlock : NoIndent
146167IndentGotoLabels : false
147168IndentPPDirectives : None
@@ -158,43 +179,41 @@ IntegerLiteralSeparator:
158179 DecimalMinDigits : 0
159180 Hex : 0
160181 HexMinDigits : 0
161- # JavaImportGroups:
162182JavaScriptQuotes : Double
163183JavaScriptWrapImports : true
164184KeepEmptyLines :
165185 AtEndOfFile : false
166186 AtStartOfBlock : false
167187 AtStartOfFile : false
168- # KeepFormFeed is in the documentation but is not recognized here
188+ KeepFormFeed : false
169189LambdaBodyIndentation : Signature
170190LineEnding : LF
171- # MacroBlockBegin:
172- # MacroBlockEnd:
173- # Macros:
191+ MacroBlockBegin : ' '
192+ MacroBlockEnd : ' '
174193MainIncludeChar : Quote
175194MaxEmptyLinesToKeep : 2
176195NamespaceIndentation : Inner
177- # NamespaceMacros:
178196ObjCBinPackProtocolList : Auto
179197ObjCBlockIndentWidth : 4
180198ObjCBreakBeforeNestedBlockParam : false
181- # ObjCPropertyAttributeOrder:
182199ObjCSpaceAfterProperty : false
183200ObjCSpaceBeforeProtocolList : false
184- PPIndentWidth : -1
201+ # OneLineFormatOffRegex: ''
185202PackConstructorInitializers : CurrentLine
186203PenaltyBreakAssignment : 10000
187204PenaltyBreakBeforeFirstCallParameter : 5000
205+ PenaltyBreakBeforeMemberAccess : 1000
188206# PenaltyBreakComment:
189207# PenaltyBreakFirstLessLess:
190208PenaltyBreakOpenParenthesis : 700
191- # PenaltyBreakScopeResolution:
209+ PenaltyBreakScopeResolution : 800
192210PenaltyBreakString : 100
193211PenaltyBreakTemplateDeclaration : 100
194212# PenaltyExcessCharacter:
195213# PenaltyIndentedWhitespace:
196214PenaltyReturnTypeOnItsOwnLine : 2000
197215PointerAlignment : Right
216+ PPIndentWidth : -1
198217QualifierAlignment : Custom
199218QualifierOrder :
200219 - static
@@ -205,10 +224,10 @@ QualifierOrder:
205224 - const
206225 - restrict
207226 - type
208- # RawStringFormats:
209227ReferenceAlignment : Pointer
210- ReflowComments : false
211- # RemoveEmptyLinesInUnwrappedLines is in the documentation but is not recognized here
228+ ReflowComments : Never
229+ RemoveBracesLLVM : false
230+ RemoveEmptyLinesInUnwrappedLines : true
212231RemoveParentheses : Leave
213232RemoveSemicolon : false
214233RequiresClausePosition : SingleLine
@@ -221,6 +240,7 @@ SortJavaStaticImport: Before
221240SortUsingDeclarations : Lexicographic
222241SpaceAfterCStyleCast : false
223242SpaceAfterLogicalNot : false
243+ # SpaceAfterOperatorKeyword: false
224244SpaceAfterTemplateKeyword : false
225245SpaceAroundPointerQualifiers : Default
226246SpaceBeforeAssignmentOperators : true
@@ -244,12 +264,9 @@ SpacesInSquareBrackets: false
244264Standard : Auto
245265# StatementAttributeLikeMacros:
246266# StatementMacros:
247- TabWidth : 4
248267TableGenBreakInsideDAGArg : DontBreak
249- # TableGenBreakingDAGArgOperators:
250- # TemplateNames is in the documentation but is not recognized here
251- # TypeNames:
252- # TypenameMacros:
268+ TabWidth : 4
253269UseTab : Never
254270VerilogBreakBetweenInstancePorts : true
255- # WhitespaceSensitiveMacros:
271+ # WhitespaceSensitiveMacros:
272+ WrapNamespaceBodyWithEmptyLines : Leave
0 commit comments