1c5f01b2fSopenharmony_ci#AccessModifierOffset: 2
2c5f01b2fSopenharmony_ciAlignAfterOpenBracket: Align
3c5f01b2fSopenharmony_ciAlignConsecutiveAssignments: false
4c5f01b2fSopenharmony_ci#AlignConsecutiveBitFields: false
5c5f01b2fSopenharmony_ciAlignConsecutiveDeclarations: false
6c5f01b2fSopenharmony_ciAlignConsecutiveMacros: false
7c5f01b2fSopenharmony_ciAlignEscapedNewlines: Right
8c5f01b2fSopenharmony_ci#AlignOperands: AlignAfterOperator
9c5f01b2fSopenharmony_ciAlignTrailingComments: true
10c5f01b2fSopenharmony_ciAllowAllArgumentsOnNextLine: false
11c5f01b2fSopenharmony_ciAllowAllConstructorInitializersOnNextLine: false
12c5f01b2fSopenharmony_ciAllowAllParametersOfDeclarationOnNextLine: false
13c5f01b2fSopenharmony_ciAllowShortBlocksOnASingleLine: Empty
14c5f01b2fSopenharmony_ciAllowShortCaseLabelsOnASingleLine: false
15c5f01b2fSopenharmony_ci#AllowShortEnumsOnASingleLine: true
16c5f01b2fSopenharmony_ciAllowShortFunctionsOnASingleLine: Empty
17c5f01b2fSopenharmony_ciAllowShortIfStatementsOnASingleLine: Never
18c5f01b2fSopenharmony_ciAllowShortLambdasOnASingleLine: Empty
19c5f01b2fSopenharmony_ciAllowShortLoopsOnASingleLine: false
20c5f01b2fSopenharmony_ciAlwaysBreakAfterReturnType: None
21c5f01b2fSopenharmony_ciAlwaysBreakBeforeMultilineStrings: false
22c5f01b2fSopenharmony_ciAlwaysBreakTemplateDeclarations: Yes
23c5f01b2fSopenharmony_ciBinPackArguments: false
24c5f01b2fSopenharmony_ciBinPackParameters: false
25c5f01b2fSopenharmony_ci#BitFieldColonSpacing: Both
26c5f01b2fSopenharmony_ciBreakBeforeBraces: Custom # or Allman
27c5f01b2fSopenharmony_ciBraceWrapping:
28c5f01b2fSopenharmony_ci  AfterCaseLabel: true
29c5f01b2fSopenharmony_ci  AfterClass: true
30c5f01b2fSopenharmony_ci  AfterControlStatement: Always
31c5f01b2fSopenharmony_ci  AfterEnum: true
32c5f01b2fSopenharmony_ci  AfterFunction: true
33c5f01b2fSopenharmony_ci  AfterNamespace: false
34c5f01b2fSopenharmony_ci  AfterStruct: true
35c5f01b2fSopenharmony_ci  AfterUnion: true
36c5f01b2fSopenharmony_ci  AfterExternBlock: false
37c5f01b2fSopenharmony_ci  BeforeCatch: true
38c5f01b2fSopenharmony_ci  BeforeElse: true
39c5f01b2fSopenharmony_ci  #BeforeLambdaBody: false
40c5f01b2fSopenharmony_ci  #BeforeWhile: false
41c5f01b2fSopenharmony_ci  SplitEmptyFunction: false
42c5f01b2fSopenharmony_ci  SplitEmptyRecord: false
43c5f01b2fSopenharmony_ci  SplitEmptyNamespace: false
44c5f01b2fSopenharmony_ciBreakBeforeTernaryOperators: true
45c5f01b2fSopenharmony_ciBreakConstructorInitializers: BeforeComma
46c5f01b2fSopenharmony_ciBreakStringLiterals: false
47c5f01b2fSopenharmony_ciColumnLimit: 0
48c5f01b2fSopenharmony_ciCompactNamespaces: false
49c5f01b2fSopenharmony_ciConstructorInitializerIndentWidth: 2
50c5f01b2fSopenharmony_ciCpp11BracedListStyle: true
51c5f01b2fSopenharmony_ciPointerAlignment: Left
52c5f01b2fSopenharmony_ciFixNamespaceComments: true
53c5f01b2fSopenharmony_ciIncludeBlocks: Preserve
54c5f01b2fSopenharmony_ci#IndentCaseBlocks: false
55c5f01b2fSopenharmony_ciIndentCaseLabels: true
56c5f01b2fSopenharmony_ciIndentGotoLabels: false
57c5f01b2fSopenharmony_ciIndentPPDirectives: BeforeHash
58c5f01b2fSopenharmony_ciIndentWidth: 4
59c5f01b2fSopenharmony_ciKeepEmptyLinesAtTheStartOfBlocks: false
60c5f01b2fSopenharmony_ciMaxEmptyLinesToKeep: 1
61c5f01b2fSopenharmony_ciNamespaceIndentation: None
62c5f01b2fSopenharmony_ciReflowComments: false
63c5f01b2fSopenharmony_ciSortIncludes: true
64c5f01b2fSopenharmony_ciSortUsingDeclarations: true
65c5f01b2fSopenharmony_ciSpaceAfterCStyleCast: false
66c5f01b2fSopenharmony_ciSpaceAfterLogicalNot: false
67c5f01b2fSopenharmony_ciSpaceAfterTemplateKeyword: false
68c5f01b2fSopenharmony_ciSpaceBeforeAssignmentOperators: true
69c5f01b2fSopenharmony_ciSpaceBeforeCpp11BracedList: false
70c5f01b2fSopenharmony_ciSpaceBeforeParens: ControlStatements
71c5f01b2fSopenharmony_ciSpaceBeforeRangeBasedForLoopColon: true
72c5f01b2fSopenharmony_ciSpaceBeforeSquareBrackets: false
73c5f01b2fSopenharmony_ciSpaceInEmptyBlock: false
74c5f01b2fSopenharmony_ciSpaceInEmptyParentheses: false
75c5f01b2fSopenharmony_ciSpacesBeforeTrailingComments: 2
76c5f01b2fSopenharmony_ciSpacesInAngles: false
77c5f01b2fSopenharmony_ciSpacesInCStyleCastParentheses: false
78c5f01b2fSopenharmony_ciSpacesInConditionalStatement: false
79c5f01b2fSopenharmony_ciSpacesInContainerLiterals: false
80c5f01b2fSopenharmony_ciSpacesInParentheses: false
81c5f01b2fSopenharmony_ciSpacesInSquareBrackets: false
82c5f01b2fSopenharmony_ciStandard: c++11
83c5f01b2fSopenharmony_ciTabWidth: 4
84c5f01b2fSopenharmony_ciUseTab: Never
85