|
| 1 | +--- |
| 2 | +Language: Cpp |
| 3 | +AccessModifierOffset: -4 |
| 4 | +AlignAfterOpenBracket: DontAlign |
| 5 | +AlignArrayOfStructures: None |
| 6 | +AlignConsecutiveAssignments: None |
| 7 | +AlignConsecutiveMacros: None |
| 8 | +AlignConsecutiveBitFields: None |
| 9 | +AlignConsecutiveDeclarations: None |
| 10 | +AlignEscapedNewlines: DontAlign |
| 11 | +AlignOperands: false |
| 12 | +AlignTrailingComments: false |
| 13 | +AllowAllArgumentsOnNextLine: true |
| 14 | +AllowAllConstructorInitializersOnNextLine: true |
| 15 | +AllowAllParametersOfDeclarationOnNextLine: true |
| 16 | +AllowShortEnumsOnASingleLine: true |
| 17 | +AllowShortBlocksOnASingleLine: Never |
| 18 | +AllowShortCaseLabelsOnASingleLine: false |
| 19 | +AllowShortFunctionsOnASingleLine: None |
| 20 | +AllowShortLambdasOnASingleLine: All |
| 21 | +AllowShortIfStatementsOnASingleLine: Never |
| 22 | +AllowShortLoopsOnASingleLine: false |
| 23 | +AlwaysBreakAfterReturnType: None |
| 24 | +AlwaysBreakBeforeMultilineStrings: false |
| 25 | +AlwaysBreakTemplateDeclarations: Yes |
| 26 | +BinPackArguments: false |
| 27 | +BinPackParameters: false |
| 28 | +BreakBeforeBinaryOperators: None |
| 29 | +# BreakBeforeConceptDeclarations: Allowed |
| 30 | +BreakBeforeConceptDeclarations: false |
| 31 | +BreakBeforeBraces: Attach |
| 32 | +BreakBeforeInheritanceComma: false |
| 33 | +BreakInheritanceList: AfterComma |
| 34 | +BreakBeforeTernaryOperators: false |
| 35 | +BreakConstructorInitializers: BeforeColon |
| 36 | +BreakStringLiterals: false |
| 37 | +ColumnLimit: 0 |
| 38 | +CompactNamespaces: false |
| 39 | +ConstructorInitializerIndentWidth: 4 |
| 40 | +ContinuationIndentWidth: 4 |
| 41 | +Cpp11BracedListStyle: true |
| 42 | +DeriveLineEnding: false |
| 43 | +DerivePointerAlignment: false |
| 44 | +DisableFormat: false |
| 45 | +EmptyLineAfterAccessModifier: Never |
| 46 | +EmptyLineBeforeAccessModifier: Leave |
| 47 | +ExperimentalAutoDetectBinPacking: false |
| 48 | +FixNamespaceComments: false |
| 49 | +IncludeBlocks: Preserve |
| 50 | +IndentAccessModifiers: false |
| 51 | +IndentCaseLabels: false |
| 52 | +IndentCaseBlocks: true |
| 53 | +IndentGotoLabels: false |
| 54 | +IndentPPDirectives: None |
| 55 | +IndentExternBlock: AfterExternBlock |
| 56 | +IndentRequires: false |
| 57 | +IndentWidth: 4 |
| 58 | +IndentWrappedFunctionNames: false |
| 59 | +InsertTrailingCommas: Wrapped |
| 60 | +KeepEmptyLinesAtTheStartOfBlocks: true |
| 61 | +LambdaBodyIndentation: OuterScope |
| 62 | +MaxEmptyLinesToKeep: 2 |
| 63 | +NamespaceIndentation: None |
| 64 | +PenaltyBreakAssignment: 2 |
| 65 | +PenaltyBreakBeforeFirstCallParameter: 19 |
| 66 | +PenaltyBreakComment: 300 |
| 67 | +PenaltyBreakFirstLessLess: 120 |
| 68 | +PenaltyBreakString: 1000 |
| 69 | +PenaltyBreakTemplateDeclaration: 10 |
| 70 | +PenaltyExcessCharacter: 1000000 |
| 71 | +PenaltyReturnTypeOnItsOwnLine: 60 |
| 72 | +PenaltyIndentedWhitespace: 0 |
| 73 | +PointerAlignment: Right |
| 74 | +PPIndentWidth: -1 |
| 75 | +ReferenceAlignment: Pointer |
| 76 | +ReflowComments: false |
| 77 | +ShortNamespaceLines: 1 |
| 78 | +SortIncludes: CaseSensitive |
| 79 | +SortUsingDeclarations: false |
| 80 | +SpaceAfterCStyleCast: true |
| 81 | +SpaceAfterLogicalNot: false |
| 82 | +SpaceAfterTemplateKeyword: false |
| 83 | +SpaceAroundPointerQualifiers: Default |
| 84 | +SpaceBeforeAssignmentOperators: true |
| 85 | +SpaceBeforeCaseColon: false |
| 86 | +SpaceBeforeCpp11BracedList: true |
| 87 | +SpaceBeforeCtorInitializerColon: true |
| 88 | +SpaceBeforeInheritanceColon: true |
| 89 | +SpaceBeforeParens: ControlStatements |
| 90 | +SpaceBeforeRangeBasedForLoopColon: true |
| 91 | +SpaceBeforeSquareBrackets: false |
| 92 | +SpaceInEmptyBlock: false |
| 93 | +SpaceInEmptyParentheses: false |
| 94 | +SpacesBeforeTrailingComments: 1 |
| 95 | +SpacesInAngles: Never |
| 96 | +SpacesInCStyleCastParentheses: false |
| 97 | +SpacesInConditionalStatement: false |
| 98 | +SpacesInContainerLiterals: false |
| 99 | +SpacesInLineCommentPrefix: |
| 100 | + Minimum: 1 |
| 101 | + Maximum: -1 |
| 102 | +SpacesInParentheses: false |
| 103 | +SpacesInSquareBrackets: false |
| 104 | +Standard: Latest |
| 105 | +TabWidth: 4 |
| 106 | +UseCRLF: false |
| 107 | +UseTab: AlignWithSpaces |
| 108 | +ConstructorInitializerAllOnOneLineOrOnePerLine: true |
| 109 | +# PackConstructorInitializers: CurrentLine |
| 110 | +... |
| 111 | + |
0 commit comments