|
| 1 | +AccessModifierOffset: -2 |
| 2 | +AlignAfterOpenBracket: BlockIndent |
| 3 | +AlignConsecutiveAssignments: false |
| 4 | +AlignConsecutiveDeclarations: true |
| 5 | +AlignEscapedNewlines: Left |
| 6 | +AlignOperands: DontAlign |
| 7 | +AlignTrailingComments: false |
| 8 | +AllowAllArgumentsOnNextLine: false |
| 9 | +AllowAllParametersOfDeclarationOnNextLine: false |
| 10 | +AllowShortBlocksOnASingleLine: false |
| 11 | +AllowShortCaseLabelsOnASingleLine: false |
| 12 | +AllowShortFunctionsOnASingleLine: None |
| 13 | +AllowShortIfStatementsOnASingleLine: WithoutElse |
| 14 | +AllowShortLoopsOnASingleLine: false |
| 15 | +AlwaysBreakAfterDefinitionReturnType: None |
| 16 | +AlwaysBreakAfterReturnType: None |
| 17 | +AlwaysBreakBeforeMultilineStrings: true |
| 18 | +AlwaysBreakTemplateDeclarations: Yes |
| 19 | +BinPackArguments: false |
| 20 | +BinPackParameters: false |
| 21 | +BraceWrapping: |
| 22 | + AfterClass: false |
| 23 | + AfterControlStatement: false |
| 24 | + AfterEnum: false |
| 25 | + AfterFunction: false |
| 26 | + AfterNamespace: false |
| 27 | + AfterStruct: false |
| 28 | + AfterUnion: false |
| 29 | + AfterExternBlock: false |
| 30 | + BeforeCatch: false |
| 31 | + BeforeElse: false |
| 32 | + IndentBraces: false |
| 33 | + SplitEmptyFunction: false |
| 34 | + SplitEmptyRecord: false |
| 35 | + SplitEmptyNamespace: false |
| 36 | +BreakAfterJavaFieldAnnotations: false |
| 37 | +BreakBeforeBinaryOperators: None |
| 38 | +BreakBeforeBraces: Custom |
| 39 | +BreakBeforeInheritanceComma: false |
| 40 | +BreakBeforeTernaryOperators: true |
| 41 | +BreakConstructorInitializers: BeforeComma |
| 42 | +BreakConstructorInitializersBeforeComma: false |
| 43 | +BreakStringLiterals: true |
| 44 | +ColumnLimit: 80 |
| 45 | +CompactNamespaces: false |
| 46 | +ConstructorInitializerAllOnOneLineOrOnePerLine: false |
| 47 | +ConstructorInitializerIndentWidth: 2 |
| 48 | +ContinuationIndentWidth: 2 |
| 49 | +Cpp11BracedListStyle: true |
| 50 | +DerivePointerAlignment: false |
| 51 | +DisableFormat: false |
| 52 | +ExperimentalAutoDetectBinPacking: false |
| 53 | +FixNamespaceComments: true |
| 54 | +IncludeBlocks: Preserve |
| 55 | +IncludeIsMainRegex: "(Test)?$" |
| 56 | +IndentCaseLabels: true |
| 57 | +IndentPPDirectives: AfterHash |
| 58 | +IndentWidth: 2 |
| 59 | +IndentWrappedFunctionNames: false |
| 60 | +InsertBraces: true |
| 61 | +JavaScriptQuotes: Leave |
| 62 | +JavaScriptWrapImports: true |
| 63 | +KeepEmptyLinesAtTheStartOfBlocks: false |
| 64 | +MacroBlockBegin: "" |
| 65 | +MacroBlockEnd: "" |
| 66 | +MaxEmptyLinesToKeep: 1 |
| 67 | +NamespaceIndentation: None |
| 68 | +PackConstructorInitializers: NextLine |
| 69 | +PenaltyBreakAssignment: 10 |
| 70 | +PenaltyBreakBeforeFirstCallParameter: 30 |
| 71 | +PenaltyBreakComment: 10 |
| 72 | +PenaltyBreakFirstLessLess: 0 |
| 73 | +PenaltyBreakString: 10 |
| 74 | +PenaltyExcessCharacter: 400 |
| 75 | +PenaltyReturnTypeOnItsOwnLine: 350 |
| 76 | +PointerAlignment: Left |
| 77 | +ReflowComments: true |
| 78 | +RequiresClausePosition: OwnLine |
| 79 | +SortIncludes: false |
| 80 | +SortUsingDeclarations: true |
| 81 | +SpaceAfterCStyleCast: false |
| 82 | +SpaceAfterLogicalNot: false |
| 83 | +SpaceAfterTemplateKeyword: false |
| 84 | +SpaceBeforeAssignmentOperators: true |
| 85 | +SpaceBeforeCtorInitializerColon: true |
| 86 | +SpaceBeforeInheritanceColon: true |
| 87 | +SpaceBeforeParens: Never |
| 88 | +SpaceBeforeRangeBasedForLoopColon: true |
| 89 | +SpaceInEmptyParentheses: false |
| 90 | +SpacesBeforeTrailingComments: 1 |
| 91 | +SpacesInAngles: Never |
| 92 | +SpacesInContainerLiterals: false |
| 93 | +SpacesInCStyleCastParentheses: false |
| 94 | +SpacesInParentheses: false |
| 95 | +SpacesInSquareBrackets: false |
| 96 | +SeparateDefinitionBlocks: Always |
| 97 | +Standard: Latest |
| 98 | +TabWidth: 2 |
| 99 | +UseTab: ForContinuationAndIndentation |
0 commit comments