1816fd32cSopenharmony_ciLanguage: Cpp
2816fd32cSopenharmony_ci
3816fd32cSopenharmony_ciAccessModifierOffset: -4
4816fd32cSopenharmony_ci
5816fd32cSopenharmony_ciAlignAfterOpenBracket: DontAlign
6816fd32cSopenharmony_ci
7816fd32cSopenharmony_ciAlignConsecutiveAssignments: false
8816fd32cSopenharmony_ci
9816fd32cSopenharmony_ciAlignConsecutiveDeclarations: false
10816fd32cSopenharmony_ci
11816fd32cSopenharmony_ciAlignOperands: true
12816fd32cSopenharmony_ci
13816fd32cSopenharmony_ciAlignTrailingComments: true
14816fd32cSopenharmony_ci
15816fd32cSopenharmony_ciAllowAllParametersOfDeclarationOnNextLine: false
16816fd32cSopenharmony_ciAllowShortBlocksOnASingleLine: false
17816fd32cSopenharmony_ci
18816fd32cSopenharmony_ciAllowShortCaseLabelsOnASingleLine: false
19816fd32cSopenharmony_ci
20816fd32cSopenharmony_ciAllowShortFunctionsOnASingleLine: None
21816fd32cSopenharmony_ci
22816fd32cSopenharmony_ciAllowShortIfStatementsOnASingleLine: false
23816fd32cSopenharmony_ci
24816fd32cSopenharmony_ciAllowShortLoopsOnASingleLine: false
25816fd32cSopenharmony_ci
26816fd32cSopenharmony_ciAlwaysBreakAfterDefinitionReturnType: None
27816fd32cSopenharmony_ci
28816fd32cSopenharmony_ciAlwaysBreakAfterReturnType: None
29816fd32cSopenharmony_ci
30816fd32cSopenharmony_ciAlwaysBreakBeforeMultilineStrings: false
31816fd32cSopenharmony_ci
32816fd32cSopenharmony_ciAlwaysBreakTemplateDeclarations: false
33816fd32cSopenharmony_ci
34816fd32cSopenharmony_ciBinPackArguments: true
35816fd32cSopenharmony_ci
36816fd32cSopenharmony_ciBinPackParameters: true
37816fd32cSopenharmony_ci
38816fd32cSopenharmony_ciBreakBeforeBinaryOperators: NonAssignment
39816fd32cSopenharmony_ci
40816fd32cSopenharmony_ciBreakBeforeBraces: Custom
41816fd32cSopenharmony_ci
42816fd32cSopenharmony_ciAlignEscapedNewlines: Left
43816fd32cSopenharmony_ci
44816fd32cSopenharmony_ciBreakBeforeInheritanceComma: false
45816fd32cSopenharmony_ci
46816fd32cSopenharmony_ciBreakBeforeTernaryOperators: true
47816fd32cSopenharmony_ci
48816fd32cSopenharmony_ciBreakConstructorInitializersBeforeComma: false
49816fd32cSopenharmony_ciBreakConstructorInitializers: BeforeColon
50816fd32cSopenharmony_ci
51816fd32cSopenharmony_ciBreakInheritanceList: BeforeComma
52816fd32cSopenharmony_ciBreakAfterJavaFieldAnnotations: false
53816fd32cSopenharmony_ciBreakStringLiterals: true
54816fd32cSopenharmony_ci
55816fd32cSopenharmony_ciColumnLimit: 119
56816fd32cSopenharmony_ci
57816fd32cSopenharmony_ciCommentPragmas: '^ NOLINT'
58816fd32cSopenharmony_ciCompactNamespaces: false
59816fd32cSopenharmony_ci
60816fd32cSopenharmony_ciConstructorInitializerAllOnOneLineOrOnePerLine: false
61816fd32cSopenharmony_ci
62816fd32cSopenharmony_ciConstructorInitializerIndentWidth: 4
63816fd32cSopenharmony_ci
64816fd32cSopenharmony_ciContinuationIndentWidth: 4
65816fd32cSopenharmony_ciCpp11BracedListStyle: false
66816fd32cSopenharmony_ci
67816fd32cSopenharmony_ciDerivePointerAlignment: false
68816fd32cSopenharmony_ci
69816fd32cSopenharmony_ciPointerAlignment: Right
70816fd32cSopenharmony_ci
71816fd32cSopenharmony_ciExperimentalAutoDetectBinPacking: false
72816fd32cSopenharmony_ci
73816fd32cSopenharmony_ciFixNamespaceComments: true
74816fd32cSopenharmony_ci
75816fd32cSopenharmony_ciForEachMacros:
76816fd32cSopenharmony_ci  - foreach
77816fd32cSopenharmony_ci  - Q_FOREACH
78816fd32cSopenharmony_ci  - BOOST_FOREACH
79816fd32cSopenharmony_ciIncludeBlocks: Regroup
80816fd32cSopenharmony_ci
81816fd32cSopenharmony_ciIncludeCategories:
82816fd32cSopenharmony_ci  - Regex:           '^<ext/.*\.h>'
83816fd32cSopenharmony_ci    Priority:        2
84816fd32cSopenharmony_ci  - Regex:           '^<.*\.h>'
85816fd32cSopenharmony_ci    Priority:        1
86816fd32cSopenharmony_ci  - Regex:           '^<.*'
87816fd32cSopenharmony_ci    Priority:        2
88816fd32cSopenharmony_ci  - Regex:           '.*'
89816fd32cSopenharmony_ci    Priority:        3
90816fd32cSopenharmony_ciIncludeIsMainRegex: '([-_](test|benchmark))?$'
91816fd32cSopenharmony_ci
92816fd32cSopenharmony_ciIndentCaseLabels: true
93816fd32cSopenharmony_ciIndentPPDirectives: None
94816fd32cSopenharmony_ci
95816fd32cSopenharmony_ciIndentWidth: 4
96816fd32cSopenharmony_ci
97816fd32cSopenharmony_ciIndentWrappedFunctionNames: false
98816fd32cSopenharmony_ci
99816fd32cSopenharmony_ciJavaScriptQuotes: Leave
100816fd32cSopenharmony_ciJavaScriptWrapImports: true
101816fd32cSopenharmony_ci
102816fd32cSopenharmony_ciKeepEmptyLinesAtTheStartOfBlocks: false
103816fd32cSopenharmony_ci
104816fd32cSopenharmony_ciMacroBlockBegin: '[A-Z_]+_BEGIN\(.*\)$'
105816fd32cSopenharmony_ci
106816fd32cSopenharmony_ciMacroBlockEnd: '.[A-Z_]+_END\(.*\)$'
107816fd32cSopenharmony_ci
108816fd32cSopenharmony_ciMaxEmptyLinesToKeep: 1
109816fd32cSopenharmony_ci
110816fd32cSopenharmony_ciNamespaceIndentation: None
111816fd32cSopenharmony_ci
112816fd32cSopenharmony_ciObjCBinPackProtocolList: Never
113816fd32cSopenharmony_ci
114816fd32cSopenharmony_ciObjCBlockIndentWidth: 4
115816fd32cSopenharmony_ci
116816fd32cSopenharmony_ciObjCSpaceAfterProperty: false
117816fd32cSopenharmony_ci
118816fd32cSopenharmony_ciObjCSpaceBeforeProtocolList: true
119816fd32cSopenharmony_ci
120816fd32cSopenharmony_ciPenaltyBreakBeforeFirstCallParameter: 1000
121816fd32cSopenharmony_ci
122816fd32cSopenharmony_ciPenaltyBreakComment: 100
123816fd32cSopenharmony_ci
124816fd32cSopenharmony_ciPenaltyBreakFirstLessLess: 5
125816fd32cSopenharmony_ci
126816fd32cSopenharmony_ciPenaltyBreakString: 10
127816fd32cSopenharmony_ci
128816fd32cSopenharmony_ciPenaltyBreakTemplateDeclaration: 10
129816fd32cSopenharmony_ci
130816fd32cSopenharmony_ciPenaltyExcessCharacter: 20
131816fd32cSopenharmony_ci
132816fd32cSopenharmony_ciPenaltyReturnTypeOnItsOwnLine: 50
133816fd32cSopenharmony_ci
134816fd32cSopenharmony_ciPenaltyBreakAssignment: 10
135816fd32cSopenharmony_ci
136816fd32cSopenharmony_ciReflowComments: false
137816fd32cSopenharmony_ci
138816fd32cSopenharmony_ciSortIncludes: true
139816fd32cSopenharmony_ci
140816fd32cSopenharmony_ciSortUsingDeclarations: true
141816fd32cSopenharmony_ci
142816fd32cSopenharmony_ciSpaceAfterCStyleCast: false
143816fd32cSopenharmony_ci
144816fd32cSopenharmony_ciSpaceAfterTemplateKeyword: false
145816fd32cSopenharmony_ci
146816fd32cSopenharmony_ciSpaceBeforeAssignmentOperators: true
147816fd32cSopenharmony_ciSpaceBeforeCpp11BracedList: false
148816fd32cSopenharmony_ciSpaceBeforeCtorInitializerColon: true
149816fd32cSopenharmony_ciSpaceBeforeInheritanceColon: true
150816fd32cSopenharmony_ci
151816fd32cSopenharmony_ciSpaceBeforeParens: ControlStatements
152816fd32cSopenharmony_ciSpaceBeforeRangeBasedForLoopColon: true
153816fd32cSopenharmony_ci
154816fd32cSopenharmony_ciSpaceInEmptyParentheses: false
155816fd32cSopenharmony_ci
156816fd32cSopenharmony_ciSpacesBeforeTrailingComments: 1
157816fd32cSopenharmony_ci
158816fd32cSopenharmony_ciSpacesInAngles: false
159816fd32cSopenharmony_ci
160816fd32cSopenharmony_ciSpacesInContainerLiterals: true
161816fd32cSopenharmony_ci
162816fd32cSopenharmony_ciSpacesInCStyleCastParentheses: false
163816fd32cSopenharmony_ci
164816fd32cSopenharmony_ciSpacesInParentheses: false
165816fd32cSopenharmony_ci
166816fd32cSopenharmony_ciSpacesInSquareBrackets: false
167816fd32cSopenharmony_ci
168816fd32cSopenharmony_ciStandard: Cpp11
169816fd32cSopenharmony_ci
170816fd32cSopenharmony_ciTabWidth: 4
171816fd32cSopenharmony_ci
172816fd32cSopenharmony_ciUseTab: Never
173816fd32cSopenharmony_ci
174816fd32cSopenharmony_ciBraceWrapping:
175816fd32cSopenharmony_ci  AfterClass: false
176816fd32cSopenharmony_ci  AfterControlStatement: false
177816fd32cSopenharmony_ci  AfterEnum: false
178816fd32cSopenharmony_ci  AfterFunction: true
179816fd32cSopenharmony_ci  AfterNamespace: false
180816fd32cSopenharmony_ci  AfterObjCDeclaration: false
181816fd32cSopenharmony_ci  AfterStruct: false
182816fd32cSopenharmony_ci  AfterUnion: false
183816fd32cSopenharmony_ci  AfterExternBlock: false
184816fd32cSopenharmony_ci  BeforeCatch: false
185816fd32cSopenharmony_ci  BeforeElse: false
186816fd32cSopenharmony_ci
187816fd32cSopenharmony_ciDisableFormat: false
188