1+ ---
2+ BasedOnStyle : Google
3+ AccessModifierOffset : -4
4+ AlignAfterOpenBracket : false
5+ AlignArrayOfStructures : Left
6+ AlignConsecutiveAssignments : AcrossEmptyLinesAndComments
7+ AlignConsecutiveBitFields : AcrossEmptyLinesAndComments
8+ AlignConsecutiveDeclarations : None
9+ AlignConsecutiveMacros : Consecutive
10+ AlignConsecutiveShortCaseStatements :
11+ Enabled : true
12+ AcrossEmptyLines : true
13+ AcrossComments : true
14+ AlignCaseArrows : true
15+ AlignCaseColons : false
16+ AlignEscapedNewlines : LeftWithLastLine
17+ AlignOperands : Align
18+ AlignTrailingComments :
19+ Kind : Always
20+ OverEmptyLines : 0
21+ AlignPPAndNotPP : true
22+ AllowAllArgumentsOnNextLine : false
23+ AllowAllParametersOfDeclarationOnNextLine : false
24+ AllowBreakBeforeNoexceptSpecifier : Never
25+ AllowShortBlocksOnASingleLine : Always
26+ AllowShortCaseExpressionOnASingleLine : true
27+ AllowShortCaseLabelsOnASingleLine : true
28+ AllowShortCompoundRequirementOnASingleLine : true
29+ AllowShortEnumsOnASingleLine : true
30+ AllowShortFunctionsOnASingleLine : All
31+ AllowShortIfStatementsOnASingleLine : AllIfsAndElse
32+ AllowShortLambdasOnASingleLine : All
33+ AllowShortLoopsOnASingleLine : true
34+ AllowShortNamespacesOnASingleLine : true
35+ AlwaysBreakBeforeMultilineStrings : false
36+ BinPackArguments : true
37+ BinPackLongBracedList : true
38+ BinPackParameters : BinPack
39+ BitFieldColonSpacing : Both
40+ BraceWrapping :
41+ AfterCaseLabel : false
42+ AfterClass : false
43+ AfterControlStatement : Never
44+ AfterEnum : false
45+ AfterFunction : false
46+ AfterNamespace : false
47+ AfterObjCDeclaration : false
48+ AfterStruct : false
49+ AfterUnion : false
50+ AfterExternBlock : false
51+ BeforeCatch : true
52+ BeforeElse : true
53+ BeforeLambdaBody : false
54+ BeforeWhile : false
55+ IndentBraces : true
56+ SplitEmptyFunction : false
57+ SplitEmptyRecord : false
58+ SplitEmptyNamespace : false
59+ BracedInitializerIndentWidth : 4
60+ BreakAdjacentStringLiterals : false
61+ BreakAfterAttributes : Never
62+ BreakAfterOpenBracketBracedList : false
63+ BreakAfterOpenBracketFunction : false
64+ BreakAfterOpenBracketIf : false
65+ BreakAfterOpenBracketLoop : false
66+ BreakAfterOpenBracketSwitch : false
67+ BreakAfterReturnType : Automatic
68+ BreakBeforeBinaryOperators : None
69+ BreakBeforeBraces : Custom
70+ BreakBeforeCloseBracketBracedList : true
71+ BreakBeforeCloseBracketFunction : true
72+ BreakBeforeCloseBracketIf : true
73+ BreakBeforeCloseBracketLoop : true
74+ BreakBeforeCloseBracketSwitch : true
75+ BreakBeforeConceptDeclarations : false
76+ BreakBeforeInlineASMColon : Never
77+ BreakBeforeTemplateCloser : true
78+ BreakBeforeTernaryOperators : false
79+ BreakBinaryOperations : Never
80+ BreakConstructorInitializers : BeforeColon
81+ BreakFunctionDefinitionParameters : false
82+ BreakInheritanceList : AfterComma
83+ BreakStringLiterals : true
84+ BreakTemplateDeclarations : Yes
85+ ColumnLimit : 130
86+ CompactNamespaces : false
87+ ConstructorInitializerIndentWidth : 4
88+ ContinuationIndentWidth : 2
89+ Cpp11BracedListStyle : Block
90+ EmptyLineAfterAccessModifier : Never
91+ EmptyLineBeforeAccessModifier : LogicalBlock
92+ EnumTrailingComma : Leave
93+ FixNamespaceComments : true
94+ IncludeBlocks : Preserve
95+ IndentAccessModifiers : false
96+ IndentCaseBlocks : false
97+ IndentCaseLabels : false
98+ IndentExportBlock : true
99+ IndentExternBlock : Indent
100+ IndentGotoLabels : false
101+ IndentPPDirectives : BeforeHash
102+ IndentRequiresClause : false
103+ IndentWidth : 4
104+ IndentWrappedFunctionNames : true
105+ InsertBraces : true
106+ InsertNewlineAtEOF : false
107+ InsertTrailingCommas : None
108+ IntegerLiteralSeparator :
109+ Binary : 4
110+ BinaryMinDigitsInsert : 8
111+ BinaryMaxDigitsRemove : 4
112+ Decimal : 3
113+ DecimalMinDigitsInsert : 6
114+ DecimalMaxDigitsRemove : 4
115+ Hex : 4
116+ HexMinDigitsInsert : 8
117+ HexMaxDigitsRemove : 4
118+ KeepEmptyLines :
119+ AtEndOfFile : false
120+ AtStartOfBlock : false
121+ AtStartOfFile : false
122+ LambdaBodyIndentation : Signature
123+ Language : Cpp
124+ LineEnding : DeriveCRLF
125+ MaxEmptyLinesToKeep : 2
126+ NamespaceIndentation : All
127+ NumericLiteralCase :
128+ ExponentLetter : Lower
129+ HexDigit : Upper
130+ Prefix : Lower
131+ Suffix : Lower
132+ PPIndentWidth : 4
133+ PackConstructorInitializers : BinPack
134+ PointerAlignment : Left
135+ QualifierAlignment : Custom
136+ QualifierOrder : [ friend, static, inline, constexpr, const, volatile, restrict, type ]
137+ ReferenceAlignment : Left
138+ ReflowComments : IndentOnly
139+ RemoveBracesLLVM : false
140+ RemoveEmptyLinesInUnwrappedLines : true
141+ RemoveParentheses : ReturnStatement
142+ RemoveSemicolon : true
143+ RequiresClausePosition : WithPreceding
144+ RequiresExpressionIndentation : OuterScope
145+ SeparateDefinitionBlocks : Always
146+ ShortNamespaceLines : 0
147+ SkipMacroDefinitionBody : false
148+ SortIncludes :
149+ Enabled : true
150+ IgnoreCase : true
151+ IgnoreExtension : true
152+ SortUsingDeclarations : LexicographicNumeric
153+ SpaceAfterCStyleCast : false
154+ SpaceAfterLogicalNot : false
155+ SpaceAfterOperatorKeyword : false
156+ SpaceAfterTemplateKeyword : false
157+ SpaceAroundPointerQualifiers : Default
158+ SpaceBeforeAssignmentOperators : true
159+ SpaceBeforeCaseColon : false
160+ SpaceBeforeCpp11BracedList : true
161+ SpaceBeforeCtorInitializerColon : true
162+ SpaceBeforeInheritanceColon : true
163+ SpaceBeforeJsonColon : false
164+ SpaceBeforeParens : Custom
165+ SpaceBeforeParensOptions :
166+ AfterControlStatements : true
167+ AfterForeachMacros : false
168+ AfterFunctionDeclarationName : false
169+ AfterFunctionDefinitionName : false
170+ AfterIfMacros : false
171+ AfterNot : true
172+ AfterOverloadedOperator : false
173+ AfterPlacementOperator : true
174+ AfterRequiresInClause : true
175+ AfterRequiresInExpression : true
176+ BeforeNonEmptyParentheses : false
177+ SpaceBeforeRangeBasedForLoopColon : true
178+ SpaceBeforeSquareBrackets : false
179+ SpaceInEmptyBraces : Never
180+ SpacesBeforeTrailingComments : 1
181+ SpacesInAngles : Never
182+ SpacesInContainerLiterals : false
183+ SpacesInLineCommentPrefix :
184+ Minimum : 1
185+ Maximum : -1
186+ SpacesInParens : Custom
187+ SpacesInParensOptions :
188+ ExceptDoubleParentheses : true
189+ InConditionalStatements : false
190+ InCStyleCasts : false
191+ InEmptyParentheses : false
192+ Other : false
193+ SpacesInSquareBrackets : false
194+ Standard : Auto
195+ TabWidth : 4
196+ UseTab : Always
0 commit comments