|
| 1 | +--- |
| 2 | +BasedOnStyle: Microsoft |
| 3 | +AccessModifierOffset: -4 |
| 4 | +AlignAfterOpenBracket: BlockIndent |
| 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: false |
| 24 | +AlignConsecutiveMacros: |
| 25 | + Enabled: false |
| 26 | + AcrossEmptyLines: false |
| 27 | + AcrossComments: false |
| 28 | + AlignCompound: false |
| 29 | + PadOperators: false |
| 30 | +AlignEscapedNewlines: Left |
| 31 | +AlignOperands: Align |
| 32 | +AlignTrailingComments: |
| 33 | + Kind: Always |
| 34 | + OverEmptyLines: 0 |
| 35 | +AllowAllArgumentsOnNextLine: false |
| 36 | +AllowAllParametersOfDeclarationOnNextLine: false |
| 37 | +AllowShortBlocksOnASingleLine: Never |
| 38 | +AllowShortCaseLabelsOnASingleLine: false |
| 39 | +AllowShortEnumsOnASingleLine: true |
| 40 | +AllowShortFunctionsOnASingleLine: InlineOnly |
| 41 | +AllowShortIfStatementsOnASingleLine: Never |
| 42 | +AllowShortLambdasOnASingleLine: Inline |
| 43 | +AllowShortLoopsOnASingleLine: false |
| 44 | +AlwaysBreakAfterDefinitionReturnType: None |
| 45 | +AlwaysBreakAfterReturnType: None |
| 46 | +AlwaysBreakBeforeMultilineStrings: true |
| 47 | +AlwaysBreakTemplateDeclarations: Yes |
| 48 | +AttributeMacros: |
| 49 | + - __capability |
| 50 | +BinPackArguments: false |
| 51 | +BinPackParameters: false |
| 52 | +BitFieldColonSpacing: Both |
| 53 | +BraceWrapping: |
| 54 | + AfterCaseLabel: false |
| 55 | + AfterClass: true |
| 56 | + AfterControlStatement: Never |
| 57 | + AfterEnum: false |
| 58 | + AfterFunction: true |
| 59 | + AfterNamespace: true |
| 60 | + AfterObjCDeclaration: true |
| 61 | + AfterStruct: false |
| 62 | + AfterUnion: false |
| 63 | + AfterExternBlock: true |
| 64 | + BeforeCatch: false |
| 65 | + BeforeElse: false |
| 66 | + BeforeLambdaBody: false |
| 67 | + BeforeWhile: false |
| 68 | + IndentBraces: false |
| 69 | + SplitEmptyFunction: false |
| 70 | + SplitEmptyRecord: false |
| 71 | + SplitEmptyNamespace: false |
| 72 | +BreakAfterAttributes: Never |
| 73 | +BreakAfterJavaFieldAnnotations: false |
| 74 | +BreakArrays: false |
| 75 | +BreakBeforeBinaryOperators: NonAssignment |
| 76 | +BreakBeforeBraces: Custom |
| 77 | +BreakBeforeConceptDeclarations: Always |
| 78 | +BreakBeforeInlineASMColon: OnlyMultiline |
| 79 | +BreakBeforeTernaryOperators: true |
| 80 | +BreakConstructorInitializers: BeforeColon |
| 81 | +BreakInheritanceList: BeforeColon |
| 82 | +BreakStringLiterals: true |
| 83 | +ColumnLimit: 120 |
| 84 | +CommentPragmas: ^\\.+ |
| 85 | +CompactNamespaces: false |
| 86 | +ConstructorInitializerIndentWidth: 4 |
| 87 | +ContinuationIndentWidth: 4 |
| 88 | +Cpp11BracedListStyle: false |
| 89 | +DerivePointerAlignment: false |
| 90 | +DisableFormat: false |
| 91 | +EmptyLineAfterAccessModifier: Always |
| 92 | +EmptyLineBeforeAccessModifier: Always |
| 93 | +ExperimentalAutoDetectBinPacking: false |
| 94 | +FixNamespaceComments: true |
| 95 | +ForEachMacros: |
| 96 | + - foreach |
| 97 | + - Q_FOREACH |
| 98 | + - BOOST_FOREACH |
| 99 | +IfMacros: |
| 100 | + - KJ_IF_MAYBE |
| 101 | +IncludeBlocks: Preserve |
| 102 | +IncludeCategories: |
| 103 | + - Regex: ^"(llvm|llvm-c|clang|clang-c)/ |
| 104 | + Priority: 2 |
| 105 | + SortPriority: 0 |
| 106 | + CaseSensitive: false |
| 107 | + - Regex: ^(<|"(gtest|gmock|isl|json)/) |
| 108 | + Priority: 3 |
| 109 | + SortPriority: 0 |
| 110 | + CaseSensitive: false |
| 111 | + - Regex: .* |
| 112 | + Priority: 1 |
| 113 | + SortPriority: 0 |
| 114 | + CaseSensitive: false |
| 115 | +IncludeIsMainRegex: (Test)?$ |
| 116 | +IncludeIsMainSourceRegex: "" |
| 117 | +IndentAccessModifiers: false |
| 118 | +IndentCaseBlocks: true |
| 119 | +IndentCaseLabels: false |
| 120 | +IndentExternBlock: NoIndent |
| 121 | +IndentGotoLabels: false |
| 122 | +IndentPPDirectives: None |
| 123 | +IndentRequiresClause: true |
| 124 | +IndentWidth: 4 |
| 125 | +IndentWrappedFunctionNames: false |
| 126 | +InsertBraces: false |
| 127 | +InsertNewlineAtEOF: false |
| 128 | +InsertTrailingCommas: None |
| 129 | +IntegerLiteralSeparator: |
| 130 | + Binary: 0 |
| 131 | + Decimal: 0 |
| 132 | + Hex: 0 |
| 133 | +JavaScriptQuotes: Leave |
| 134 | +JavaScriptWrapImports: true |
| 135 | +KeepEmptyLinesAtTheStartOfBlocks: true |
| 136 | +LambdaBodyIndentation: Signature |
| 137 | +Language: Cpp |
| 138 | +LineEnding: DeriveLF |
| 139 | +MacroBlockBegin: "" |
| 140 | +MacroBlockEnd: "" |
| 141 | +MaxEmptyLinesToKeep: 1 |
| 142 | +NamespaceIndentation: None |
| 143 | +ObjCBinPackProtocolList: Auto |
| 144 | +ObjCBlockIndentWidth: 2 |
| 145 | +ObjCBreakBeforeNestedBlockParam: true |
| 146 | +ObjCSpaceAfterProperty: false |
| 147 | +ObjCSpaceBeforeProtocolList: true |
| 148 | +PPIndentWidth: -1 |
| 149 | +PackConstructorInitializers: NextLine |
| 150 | +PenaltyBreakAssignment: 2 |
| 151 | +PenaltyBreakBeforeFirstCallParameter: 19 |
| 152 | +PenaltyBreakComment: 300 |
| 153 | +PenaltyBreakFirstLessLess: 120 |
| 154 | +PenaltyBreakOpenParenthesis: 0 |
| 155 | +PenaltyBreakString: 1000 |
| 156 | +PenaltyBreakTemplateDeclaration: 10 |
| 157 | +PenaltyExcessCharacter: 1000000 |
| 158 | +PenaltyIndentedWhitespace: 0 |
| 159 | +PenaltyReturnTypeOnItsOwnLine: 1000 |
| 160 | +PointerAlignment: Left |
| 161 | +QualifierAlignment: Leave |
| 162 | +ReferenceAlignment: Pointer |
| 163 | +ReflowComments: false |
| 164 | +RemoveBracesLLVM: false |
| 165 | +RemoveSemicolon: false |
| 166 | +RequiresClausePosition: OwnLine |
| 167 | +RequiresExpressionIndentation: OuterScope |
| 168 | +SeparateDefinitionBlocks: Always |
| 169 | +ShortNamespaceLines: 1 |
| 170 | +SortIncludes: Never |
| 171 | +SortJavaStaticImport: Before |
| 172 | +SortUsingDeclarations: LexicographicNumeric |
| 173 | +SpaceAfterCStyleCast: true |
| 174 | +SpaceAfterLogicalNot: false |
| 175 | +SpaceAfterTemplateKeyword: true |
| 176 | +SpaceAroundPointerQualifiers: Default |
| 177 | +SpaceBeforeAssignmentOperators: true |
| 178 | +SpaceBeforeCaseColon: false |
| 179 | +SpaceBeforeCpp11BracedList: true |
| 180 | +SpaceBeforeCtorInitializerColon: true |
| 181 | +SpaceBeforeInheritanceColon: true |
| 182 | +SpaceBeforeParens: Custom |
| 183 | +SpaceBeforeParensOptions: |
| 184 | + AfterControlStatements: true |
| 185 | + AfterForeachMacros: true |
| 186 | + AfterFunctionDeclarationName: false |
| 187 | + AfterFunctionDefinitionName: false |
| 188 | + AfterIfMacros: true |
| 189 | + AfterOverloadedOperator: true |
| 190 | + AfterRequiresInClause: false |
| 191 | + AfterRequiresInExpression: false |
| 192 | + BeforeNonEmptyParentheses: false |
| 193 | +SpaceBeforeRangeBasedForLoopColon: true |
| 194 | +SpaceBeforeSquareBrackets: false |
| 195 | +SpaceInEmptyBlock: false |
| 196 | +SpaceInEmptyParentheses: false |
| 197 | +SpacesBeforeTrailingComments: 1 |
| 198 | +SpacesInAngles: Never |
| 199 | +SpacesInCStyleCastParentheses: false |
| 200 | +SpacesInConditionalStatement: false |
| 201 | +SpacesInContainerLiterals: true |
| 202 | +SpacesInLineCommentPrefix: |
| 203 | + Minimum: 1 |
| 204 | + Maximum: -1 |
| 205 | +SpacesInParentheses: false |
| 206 | +SpacesInSquareBrackets: false |
| 207 | +Standard: c++11 |
| 208 | +StatementAttributeLikeMacros: |
| 209 | + - Q_EMIT |
| 210 | +StatementMacros: |
| 211 | + - Q_UNUSED |
| 212 | + - QT_REQUIRE_VERSION |
| 213 | +TabWidth: 4 |
| 214 | +UseTab: Never |
| 215 | +WhitespaceSensitiveMacros: |
| 216 | + - BOOST_PP_STRINGIZE |
| 217 | + - CF_SWIFT_NAME |
| 218 | + - NS_SWIFT_NAME |
| 219 | + - PP_STRINGIZE |
| 220 | + - STRINGIZE |
0 commit comments