|
1 | 1 | --- |
| 2 | +Language: Cpp |
2 | 3 | AccessModifierOffset: -8 |
3 | 4 | AlignAfterOpenBracket: AlwaysBreak |
4 | | -AlignConsecutiveAssignments: true |
5 | | -AlignConsecutiveDeclarations: true |
6 | | -AlignEscapedNewlinesLeft: true |
7 | | -AlignOperands: true |
| 5 | +AlignArrayOfStructures: None |
| 6 | +AlignConsecutiveAssignments: |
| 7 | + Enabled: true |
| 8 | + AcrossEmptyLines: false |
| 9 | + AcrossComments: false |
| 10 | + AlignCompound: false |
| 11 | + PadOperators: true |
| 12 | +AlignConsecutiveBitFields: |
| 13 | + Enabled: false |
| 14 | + AcrossEmptyLines: false |
| 15 | + AcrossComments: false |
| 16 | + AlignCompound: false |
| 17 | + PadOperators: false |
| 18 | +AlignConsecutiveDeclarations: |
| 19 | + Enabled: true |
| 20 | + AcrossEmptyLines: false |
| 21 | + AcrossComments: false |
| 22 | + AlignCompound: false |
| 23 | + PadOperators: true |
| 24 | +AlignConsecutiveMacros: |
| 25 | + Enabled: false |
| 26 | + AcrossEmptyLines: false |
| 27 | + AcrossComments: false |
| 28 | + AlignCompound: false |
| 29 | + PadOperators: false |
| 30 | +AlignEscapedNewlines: Left |
| 31 | +AlignOperands: Align |
8 | 32 | AlignTrailingComments: true |
| 33 | +AllowAllArgumentsOnNextLine: true |
9 | 34 | AllowAllParametersOfDeclarationOnNextLine: false |
10 | | -AllowShortBlocksOnASingleLine: false |
11 | | -AllowShortLambdasOnASingleLine: Empty |
| 35 | +AllowShortEnumsOnASingleLine: true |
| 36 | +AllowShortBlocksOnASingleLine: Never |
12 | 37 | AllowShortCaseLabelsOnASingleLine: false |
13 | | -AllowShortFunctionsOnASingleLine: false |
14 | | -AllowShortIfStatementsOnASingleLine: false |
| 38 | +AllowShortFunctionsOnASingleLine: None |
| 39 | +AllowShortLambdasOnASingleLine: Empty |
| 40 | +AllowShortIfStatementsOnASingleLine: Never |
15 | 41 | AllowShortLoopsOnASingleLine: false |
| 42 | +AlwaysBreakAfterDefinitionReturnType: None |
| 43 | +AlwaysBreakAfterReturnType: None |
16 | 44 | AlwaysBreakBeforeMultilineStrings: false |
17 | | -AlwaysBreakTemplateDeclarations: true |
18 | | -BasedOnStyle: Google |
| 45 | +AlwaysBreakTemplateDeclarations: Yes |
| 46 | +AttributeMacros: |
| 47 | + - __capability |
19 | 48 | BinPackArguments: false |
20 | 49 | BinPackParameters: false |
21 | | -BreakBeforeBinaryOperators: false |
22 | | -# Configure each individual brace in BraceWrapping |
23 | | -BreakBeforeBraces: Custom |
24 | | -BreakStringLiterals: false |
25 | | -# Control of individual brace wrapping cases |
26 | 50 | BraceWrapping: |
27 | | - AfterClass: 'true' |
28 | | - AfterControlStatement: 'false' |
29 | | - AfterEnum : 'true' |
30 | | - AfterFunction : 'true' |
31 | | - AfterNamespace : 'true' |
32 | | - AfterStruct : 'true' |
33 | | - AfterUnion : 'true' |
34 | | - BeforeCatch : 'true' |
35 | | - BeforeElse : 'false' |
36 | | - IndentBraces : 'false' |
37 | | -MaxEmptyLinesToKeep: 2 |
| 51 | + AfterCaseLabel: false |
| 52 | + AfterClass: true |
| 53 | + AfterControlStatement: Never |
| 54 | + AfterEnum: true |
| 55 | + AfterFunction: true |
| 56 | + AfterNamespace: true |
| 57 | + AfterObjCDeclaration: false |
| 58 | + AfterStruct: true |
| 59 | + AfterUnion: true |
| 60 | + AfterExternBlock: false |
| 61 | + BeforeCatch: true |
| 62 | + BeforeElse: false |
| 63 | + BeforeLambdaBody: false |
| 64 | + BeforeWhile: false |
| 65 | + IndentBraces: false |
| 66 | + SplitEmptyFunction: true |
| 67 | + SplitEmptyRecord: true |
| 68 | + SplitEmptyNamespace: true |
| 69 | +BreakBeforeBinaryOperators: None |
| 70 | +BreakBeforeConceptDeclarations: Always |
| 71 | +BreakBeforeBraces: Custom |
| 72 | +BreakBeforeInheritanceComma: false |
| 73 | +BreakInheritanceList: BeforeColon |
38 | 74 | BreakBeforeTernaryOperators: false |
39 | | -BreakConstructorInitializersBeforeComma: true |
40 | | -ColumnLimit: 80 |
41 | | -ConstructorInitializerAllOnOneLineOrOnePerLine: false |
| 75 | +BreakConstructorInitializersBeforeComma: false |
| 76 | +BreakConstructorInitializers: BeforeComma |
| 77 | +BreakAfterJavaFieldAnnotations: false |
| 78 | +BreakStringLiterals: false |
| 79 | +ColumnLimit: 100 |
| 80 | +CommentPragmas: '^ IWYU pragma:' |
| 81 | +QualifierAlignment: Leave |
| 82 | +CompactNamespaces: false |
42 | 83 | ConstructorInitializerIndentWidth: 2 |
43 | 84 | ContinuationIndentWidth: 4 |
44 | 85 | Cpp11BracedListStyle: true |
45 | | -DerivePointerBinding: false |
| 86 | +DeriveLineEnding: true |
| 87 | +DerivePointerAlignment: false |
| 88 | +DisableFormat: false |
| 89 | +EmptyLineAfterAccessModifier: Never |
| 90 | +EmptyLineBeforeAccessModifier: LogicalBlock |
46 | 91 | ExperimentalAutoDetectBinPacking: false |
| 92 | +PackConstructorInitializers: BinPack |
| 93 | +BasedOnStyle: '' |
| 94 | +ConstructorInitializerAllOnOneLineOrOnePerLine: false |
| 95 | +AllowAllConstructorInitializersOnNextLine: true |
| 96 | +FixNamespaceComments: true |
| 97 | +ForEachMacros: |
| 98 | + - foreach |
| 99 | + - Q_FOREACH |
| 100 | + - BOOST_FOREACH |
| 101 | +IfMacros: |
| 102 | + - KJ_IF_MAYBE |
| 103 | +IncludeBlocks: Regroup |
| 104 | +IncludeCategories: |
| 105 | + - Regex: '^"' |
| 106 | + Priority: 2 |
| 107 | + SortPriority: 0 |
| 108 | + CaseSensitive: false |
| 109 | + - Regex: '^<' |
| 110 | + Priority: 3 |
| 111 | + SortPriority: 0 |
| 112 | + CaseSensitive: false |
| 113 | + - Regex: '.\*' |
| 114 | + Priority: 1 |
| 115 | + SortPriority: 0 |
| 116 | + CaseSensitive: false |
| 117 | + - Regex: '.*' |
| 118 | + Priority: 3 |
| 119 | + SortPriority: 0 |
| 120 | + CaseSensitive: false |
| 121 | +IncludeIsMainRegex: '([-_](test|unittest))?$' |
| 122 | +IncludeIsMainSourceRegex: '' |
| 123 | +IndentAccessModifiers: false |
47 | 124 | IndentCaseLabels: false |
48 | | -IndentFunctionDeclarationAfterType: false |
| 125 | +IndentCaseBlocks: false |
| 126 | +IndentGotoLabels: true |
| 127 | +IndentPPDirectives: None |
| 128 | +IndentExternBlock: AfterExternBlock |
| 129 | +IndentRequiresClause: false |
49 | 130 | IndentWidth: 8 |
| 131 | +IndentWrappedFunctionNames: false |
| 132 | +InsertBraces: false |
| 133 | +InsertTrailingCommas: None |
| 134 | +JavaScriptQuotes: Leave |
| 135 | +JavaScriptWrapImports: true |
50 | 136 | KeepEmptyLinesAtTheStartOfBlocks: true |
51 | | -Language: Cpp |
| 137 | +LambdaBodyIndentation: Signature |
| 138 | +MacroBlockBegin: '' |
| 139 | +MacroBlockEnd: '' |
| 140 | +MaxEmptyLinesToKeep: 1 |
52 | 141 | NamespaceIndentation: Inner |
| 142 | +ObjCBinPackProtocolList: Never |
| 143 | +ObjCBlockIndentWidth: 2 |
| 144 | +ObjCBreakBeforeNestedBlockParam: true |
| 145 | +ObjCSpaceAfterProperty: false |
53 | 146 | ObjCSpaceBeforeProtocolList: true |
| 147 | +PenaltyBreakAssignment: 2 |
54 | 148 | PenaltyBreakBeforeFirstCallParameter: 19 |
55 | 149 | PenaltyBreakComment: 60 |
56 | 150 | PenaltyBreakFirstLessLess: 1000 |
| 151 | +PenaltyBreakOpenParenthesis: 0 |
57 | 152 | PenaltyBreakString: 1 |
| 153 | +PenaltyBreakTemplateDeclaration: 10 |
58 | 154 | PenaltyExcessCharacter: 1000 |
59 | 155 | PenaltyReturnTypeOnItsOwnLine: 90 |
| 156 | +PenaltyIndentedWhitespace: 0 |
60 | 157 | PointerAlignment: Left |
61 | | -PointerBindsToType: false |
62 | | -ReflowComments: true |
| 158 | +PPIndentWidth: -1 |
| 159 | +RawStringFormats: |
| 160 | + - Language: Cpp |
| 161 | + Delimiters: |
| 162 | + - cc |
| 163 | + - CC |
| 164 | + - cpp |
| 165 | + - Cpp |
| 166 | + - CPP |
| 167 | + - 'c++' |
| 168 | + - 'C++' |
| 169 | + CanonicalDelimiter: '' |
| 170 | + BasedOnStyle: google |
| 171 | + - Language: TextProto |
| 172 | + Delimiters: |
| 173 | + - pb |
| 174 | + - PB |
| 175 | + - proto |
| 176 | + - PROTO |
| 177 | + EnclosingFunctions: |
| 178 | + - EqualsProto |
| 179 | + - EquivToProto |
| 180 | + - PARSE_PARTIAL_TEXT_PROTO |
| 181 | + - PARSE_TEST_PROTO |
| 182 | + - PARSE_TEXT_PROTO |
| 183 | + - ParseTextOrDie |
| 184 | + - ParseTextProtoOrDie |
| 185 | + - ParseTestProto |
| 186 | + - ParsePartialTestProto |
| 187 | + CanonicalDelimiter: pb |
| 188 | + BasedOnStyle: google |
| 189 | +ReferenceAlignment: Pointer |
| 190 | +ReflowComments: true |
63 | 191 | RemoveBracesLLVM: true |
64 | | -SortIncludes: true |
| 192 | +RequiresClausePosition: OwnLine |
| 193 | +SeparateDefinitionBlocks: Always |
| 194 | +ShortNamespaceLines: 1 |
| 195 | +SortIncludes: CaseSensitive |
| 196 | +SortJavaStaticImport: Before |
| 197 | +SortUsingDeclarations: true |
65 | 198 | SpaceAfterCStyleCast: true |
66 | | -SpaceAfterControlStatementKeyword: true |
| 199 | +SpaceAfterLogicalNot: false |
| 200 | +SpaceAfterTemplateKeyword: true |
67 | 201 | SpaceBeforeAssignmentOperators: true |
| 202 | +SpaceBeforeCaseColon: false |
| 203 | +SpaceBeforeCpp11BracedList: false |
| 204 | +SpaceBeforeCtorInitializerColon: true |
| 205 | +SpaceBeforeInheritanceColon: true |
| 206 | +SpaceBeforeParens: ControlStatements |
| 207 | +SpaceBeforeParensOptions: |
| 208 | + AfterControlStatements: true |
| 209 | + AfterForeachMacros: true |
| 210 | + AfterFunctionDefinitionName: false |
| 211 | + AfterFunctionDeclarationName: false |
| 212 | + AfterIfMacros: true |
| 213 | + AfterOverloadedOperator: false |
| 214 | + AfterRequiresInClause: false |
| 215 | + AfterRequiresInExpression: false |
| 216 | + BeforeNonEmptyParentheses: false |
| 217 | +SpaceAroundPointerQualifiers: Default |
| 218 | +SpaceBeforeRangeBasedForLoopColon: true |
| 219 | +SpaceInEmptyBlock: false |
68 | 220 | SpaceInEmptyParentheses: false |
69 | 221 | SpacesBeforeTrailingComments: 2 |
70 | | -SpacesInAngles: true |
| 222 | +SpacesInAngles: Always |
| 223 | +SpacesInConditionalStatement: false |
| 224 | +SpacesInContainerLiterals: true |
71 | 225 | SpacesInCStyleCastParentheses: false |
| 226 | +SpacesInLineCommentPrefix: |
| 227 | + Minimum: 1 |
| 228 | + Maximum: -1 |
72 | 229 | SpacesInParentheses: true |
73 | 230 | SpacesInSquareBrackets: false |
| 231 | +SpaceBeforeSquareBrackets: false |
| 232 | +BitFieldColonSpacing: Both |
74 | 233 | Standard: c++20 |
| 234 | +StatementAttributeLikeMacros: |
| 235 | + - Q_EMIT |
| 236 | +StatementMacros: |
| 237 | + - Q_UNUSED |
| 238 | + - QT_REQUIRE_VERSION |
75 | 239 | TabWidth: 4 |
| 240 | +UseCRLF: false |
76 | 241 | UseTab: Never |
77 | | -IncludeCategories: |
78 | | - - Regex: '^"' |
79 | | - Priority: 2 |
80 | | - - Regex: '^<' |
81 | | - Priority: 3 |
82 | | - - Regex: '.\*' |
83 | | - Priority: 1 |
| 242 | +WhitespaceSensitiveMacros: |
| 243 | + - STRINGIZE |
| 244 | + - PP_STRINGIZE |
| 245 | + - BOOST_PP_STRINGIZE |
| 246 | + - NS_SWIFT_NAME |
| 247 | + - CF_SWIFT_NAME |
84 | 248 | ... |
0 commit comments