|
| 1 | +--- |
| 2 | +Language: Cpp |
| 3 | +Standard: Latest |
| 4 | +AccessModifierOffset: -4 |
| 5 | +AlignAfterOpenBracket: DontAlign |
| 6 | +AlignArrayOfStructures: Right |
| 7 | +AlignConsecutiveAssignments: Consecutive |
| 8 | +AlignConsecutiveBitFields: Consecutive |
| 9 | +AlignConsecutiveDeclarations: Consecutive |
| 10 | +AlignConsecutiveMacros: Consecutive |
| 11 | +AlignEscapedNewlines: Left |
| 12 | +AlignOperands: AlignAfterOperator |
| 13 | +AlignTrailingComments: true |
| 14 | +AllowAllArgumentsOnNextLine: true |
| 15 | +AllowAllConstructorInitializersOnNextLine: true |
| 16 | +AllowAllParametersOfDeclarationOnNextLine: true |
| 17 | +AllowShortBlocksOnASingleLine: Empty |
| 18 | +AllowShortCaseLabelsOnASingleLine: true |
| 19 | +AllowShortFunctionsOnASingleLine: Inline |
| 20 | +AllowShortIfStatementsOnASingleLine: WithoutElse |
| 21 | +AllowShortLambdasOnASingleLine: Inline |
| 22 | +AllowShortLoopsOnASingleLine: false |
| 23 | +AlwaysBreakAfterDefinitionReturnType: None |
| 24 | +AlwaysBreakAfterReturnType: None |
| 25 | +AlwaysBreakBeforeMultilineStrings: false |
| 26 | +AlwaysBreakTemplateDeclarations: Yes |
| 27 | +BinPackArguments: true |
| 28 | +BinPackParameters: true |
| 29 | +BitFieldColonSpacing: Both |
| 30 | +BraceWrapping: |
| 31 | + AfterCaseLabel: true |
| 32 | + AfterClass: true |
| 33 | + AfterControlStatement: Always |
| 34 | + AfterEnum: true |
| 35 | + AfterFunction: true |
| 36 | + AfterNamespace: true |
| 37 | + AfterStruct: true |
| 38 | + AfterUnion: true |
| 39 | + AfterExternBlock: true |
| 40 | + BeforeCatch: true |
| 41 | + BeforeElse: true |
| 42 | + BeforeLambdaBody: false |
| 43 | + BeforeWhile: true |
| 44 | + IndentBraces: false |
| 45 | + SplitEmptyFunction: false |
| 46 | + SplitEmptyRecord: false |
| 47 | + SplitEmptyNamespace: false |
| 48 | +BreakBeforeBinaryOperators: NonAssignment |
| 49 | +BreakBeforeBraces: Custom |
| 50 | +BreakBeforeConceptDeclarations: true |
| 51 | +BreakBeforeTernaryOperators: true |
| 52 | +BreakConstructorInitializers: BeforeComma |
| 53 | +BreakInheritanceList: BeforeComma |
| 54 | +BreakStringLiterals: false |
| 55 | +ColumnLimit: 110 |
| 56 | +CompactNamespaces: false |
| 57 | +ConstructorInitializerIndentWidth: 4 |
| 58 | +ContinuationIndentWidth: 4 |
| 59 | +Cpp11BracedListStyle: true |
| 60 | +DeriveLineEnding: false |
| 61 | +DerivePointerAlignment: false |
| 62 | +DisableFormat: false |
| 63 | +EmptyLineAfterAccessModifier: Never |
| 64 | +EmptyLineBeforeAccessModifier: Always |
| 65 | +ExperimentalAutoDetectBinPacking: false |
| 66 | +FixNamespaceComments: true |
| 67 | +IncludeBlocks: Regroup |
| 68 | +IncludeCategories: |
| 69 | + - Regex: '^"' |
| 70 | + Priority: 1 |
| 71 | + - Regex: '^<' |
| 72 | + Priority: 2 |
| 73 | +IncludeIsMainSourceRegex: '(.inl)$' |
| 74 | +IndentAccessModifiers: false |
| 75 | +IndentCaseBlocks: false |
| 76 | +IndentCaseLabels: false |
| 77 | +IndentExternBlock: NoIndent |
| 78 | +IndentGotoLabels: false |
| 79 | +IndentPPDirectives: AfterHash |
| 80 | +IndentRequires: false |
| 81 | +IndentWidth: 4 |
| 82 | +IndentWrappedFunctionNames: false |
| 83 | +#InsertTrailingCommas: Wrapped |
| 84 | +KeepEmptyLinesAtTheStartOfBlocks: false |
| 85 | +LambdaBodyIndentation: Signature |
| 86 | +MaxEmptyLinesToKeep: 1 |
| 87 | +NamespaceIndentation: None |
| 88 | +PPIndentWidth: -1 |
| 89 | +PackConstructorInitializers: Never |
| 90 | +PointerAlignment: Right |
| 91 | +QualifierAlignment: Custom |
| 92 | +QualifierOrder: ['inline', 'static', 'constexpr', 'volatile', 'type', 'restrict', 'const' ] |
| 93 | +ReferenceAlignment: Pointer |
| 94 | +ReflowComments: true |
| 95 | +SeparateDefinitionBlocks: Always |
| 96 | +ShortNamespaceLines: 0 |
| 97 | +SortIncludes: true |
| 98 | +SortUsingDeclarations: true |
| 99 | +SpaceAfterCStyleCast: false |
| 100 | +SpaceAfterLogicalNot: false |
| 101 | +SpaceAfterTemplateKeyword: false |
| 102 | +SpaceAroundPointerQualifiers: Default |
| 103 | +SpaceBeforeAssignmentOperators: true |
| 104 | +SpaceBeforeCaseColon: false |
| 105 | +SpaceBeforeCpp11BracedList: true |
| 106 | +SpaceBeforeCtorInitializerColon: true |
| 107 | +SpaceBeforeInheritanceColon: true |
| 108 | +SpaceBeforeParens: ControlStatements |
| 109 | +SpaceBeforeRangeBasedForLoopColon: true |
| 110 | +SpaceBeforeSquareBrackets: false |
| 111 | +SpaceInEmptyBlock: false |
| 112 | +SpaceInEmptyParentheses: false |
| 113 | +SpacesBeforeTrailingComments: 1 |
| 114 | +SpacesInAngles: false |
| 115 | +SpacesInCStyleCastParentheses: false |
| 116 | +SpacesInConditionalStatement: false |
| 117 | +SpacesInContainerLiterals: false |
| 118 | +SpacesInLineCommentPrefix: |
| 119 | + Minimum: 1 |
| 120 | + Maximum: 1 |
| 121 | +SpacesInParentheses: false |
| 122 | +SpacesInSquareBrackets: false |
| 123 | +TabWidth: 4 |
| 124 | +UseCRLF: false |
| 125 | +UseTab: Never |
| 126 | +... |
| 127 | + |
0 commit comments