|
| 1 | +# Generated from CLion C/C++ Code Style settings |
| 2 | +BasedOnStyle: LLVM |
| 3 | +AccessModifierOffset: -2 |
| 4 | +AlignAfterOpenBracket: BlockIndent |
| 5 | +AlignArrayOfStructures: Right |
| 6 | +AlignConsecutiveAssignments: None |
| 7 | +AlignConsecutiveBitFields: AcrossEmptyLinesAndComments |
| 8 | +AlignConsecutiveMacros: Consecutive |
| 9 | +AlignEscapedNewlines: Left |
| 10 | +AlignOperands: Align |
| 11 | +AlignTrailingComments: true |
| 12 | +AllowAllArgumentsOnNextLine: false |
| 13 | +AllowAllConstructorInitializersOnNextLine: false |
| 14 | +AllowAllParametersOfDeclarationOnNextLine: false |
| 15 | +AllowShortBlocksOnASingleLine: Always |
| 16 | +AllowShortCaseLabelsOnASingleLine: false |
| 17 | +AllowShortFunctionsOnASingleLine: Inline |
| 18 | +AllowShortIfStatementsOnASingleLine: Never |
| 19 | +AllowShortLambdasOnASingleLine: All |
| 20 | +AllowShortLoopsOnASingleLine: false |
| 21 | +AlwaysBreakAfterReturnType: None |
| 22 | +AlwaysBreakBeforeMultilineStrings: true |
| 23 | +AlwaysBreakTemplateDeclarations: MultiLine |
| 24 | +BinPackArguments: false |
| 25 | +BinPackParameters: false |
| 26 | +BitFieldColonSpacing: Before |
| 27 | +BreakBeforeBraces: Custom |
| 28 | +BraceWrapping: |
| 29 | + AfterCaseLabel: false |
| 30 | + AfterClass: false |
| 31 | + AfterControlStatement: Never |
| 32 | + AfterEnum: false |
| 33 | + AfterFunction: false |
| 34 | + AfterNamespace: false |
| 35 | + AfterStruct: false |
| 36 | + AfterUnion: false |
| 37 | + AfterExternBlock: false |
| 38 | + BeforeCatch: false |
| 39 | + BeforeElse: false |
| 40 | + BeforeLambdaBody: false |
| 41 | + BeforeWhile: false |
| 42 | + IndentBraces: false |
| 43 | + SplitEmptyFunction: false |
| 44 | + SplitEmptyRecord: false |
| 45 | + SplitEmptyNamespace: false |
| 46 | +BreakBeforeBinaryOperators: NonAssignment |
| 47 | +BreakBeforeConceptDeclarations: Allowed |
| 48 | +BreakBeforeTernaryOperators: true |
| 49 | +BreakConstructorInitializers: BeforeComma |
| 50 | +BreakInheritanceList: BeforeComma |
| 51 | +BreakStringLiterals: false |
| 52 | +ColumnLimit: 0 |
| 53 | +CompactNamespaces: false |
| 54 | +ContinuationIndentWidth: 2 |
| 55 | +EmptyLineAfterAccessModifier: Never |
| 56 | +EmptyLineBeforeAccessModifier: Always |
| 57 | +FixNamespaceComments: true |
| 58 | +IncludeBlocks: Preserve |
| 59 | +IndentAccessModifiers: false |
| 60 | +IndentCaseLabels: false |
| 61 | +IndentExternBlock: NoIndent |
| 62 | +IndentGotoLabels: false |
| 63 | +IndentPPDirectives: None |
| 64 | +IndentWidth: 2 |
| 65 | +IndentWrappedFunctionNames: false |
| 66 | +InsertTrailingCommas: Wrapped |
| 67 | +KeepEmptyLinesAtTheStartOfBlocks: false |
| 68 | +LambdaBodyIndentation: Signature |
| 69 | +MaxEmptyLinesToKeep: 2 |
| 70 | +NamespaceIndentation: All |
| 71 | +PackConstructorInitializers: CurrentLine |
| 72 | +PointerAlignment: Left |
| 73 | +QualifierAlignment: Custom |
| 74 | +QualifierOrder: [ 'inline', 'static', 'constexpr', 'const', 'volatile', 'type', 'restrict' ] |
| 75 | +ReferenceAlignment: Left |
| 76 | +ReflowComments: false |
| 77 | +RequiresClausePosition: OwnLine |
| 78 | +SeparateDefinitionBlocks: Always |
| 79 | +ShortNamespaceLines: 10 |
| 80 | +SortIncludes: CaseInsensitive |
| 81 | +SortUsingDeclarations: true |
| 82 | +SpaceAfterCStyleCast: false |
| 83 | +SpaceAfterLogicalNot: false |
| 84 | +SpaceAfterTemplateKeyword: true |
| 85 | +SpaceBeforeAssignmentOperators: true |
| 86 | +SpaceBeforeCpp11BracedList: false |
| 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: false |
| 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: c++20 |
| 105 | +TabWidth: 2 |
| 106 | +UseTab: Never |
0 commit comments