|
| 1 | +--- |
| 2 | +BasedOnStyle: LLVM |
| 3 | +AlignConsecutiveAssignments: Consecutive |
| 4 | +AlignEscapedNewlines: DontAlign |
| 5 | +AllowShortBlocksOnASingleLine: Always |
| 6 | +AllowShortCaseLabelsOnASingleLine: true |
| 7 | +AllowShortFunctionsOnASingleLine: Empty |
| 8 | +AllowShortIfStatementsOnASingleLine: AllIfsAndElse |
| 9 | +AllowShortLambdasOnASingleLine: Empty |
| 10 | +AllowShortLoopsOnASingleLine: true |
| 11 | +AlwaysBreakTemplateDeclarations: No |
| 12 | +BreakBeforeBinaryOperators: NonAssignment |
| 13 | +BreakBeforeConceptDeclarations: false |
| 14 | +BreakStringLiterals: false |
| 15 | +ColumnLimit: 0 |
| 16 | +CommentPragmas: "" |
| 17 | +ConstructorInitializerIndentWidth: 2 |
| 18 | +ContinuationIndentWidth: 2 |
| 19 | +DerivePointerAlignment: true |
| 20 | +EmptyLineAfterAccessModifier: Leave |
| 21 | +EmptyLineBeforeAccessModifier: Leave |
| 22 | +FixNamespaceComments: false |
| 23 | +IncludeIsMainRegex: "" |
| 24 | +IndentCaseBlocks: true |
| 25 | +IndentCaseLabels: true |
| 26 | +IndentExternBlock: Indent |
| 27 | +IndentGotoLabels: false |
| 28 | +IndentRequires: true |
| 29 | +MaxEmptyLinesToKeep: 100000 |
| 30 | +PenaltyBreakAssignment: 1 |
| 31 | +PenaltyBreakBeforeFirstCallParameter: 1 |
| 32 | +PenaltyBreakComment: 1 |
| 33 | +PenaltyBreakFirstLessLess: 1 |
| 34 | +PenaltyBreakOpenParenthesis: 1 |
| 35 | +PenaltyBreakString: 1 |
| 36 | +PenaltyBreakTemplateDeclaration: 1 |
| 37 | +PenaltyExcessCharacter: 1 |
| 38 | +PenaltyIndentedWhitespace: 1 |
| 39 | +PenaltyReturnTypeOnItsOwnLine: 1 |
| 40 | +PointerAlignment: Left |
| 41 | +ReflowComments: false |
| 42 | +ShortNamespaceLines: 0 |
| 43 | +SortIncludes: Never |
| 44 | +SortUsingDeclarations: false |
| 45 | +SpaceAfterTemplateKeyword: false |
| 46 | +SpacesBeforeTrailingComments: 2 |
| 47 | +SpacesInAngles: Leave |
| 48 | +SpacesInContainerLiterals: false |
| 49 | +SpacesInLineCommentPrefix: |
| 50 | + Minimum: 0 |
| 51 | +Standard: Auto |
| 52 | +TabWidth: 2 |
0 commit comments