|
| 1 | +--- |
| 2 | +AccessModifierOffset: 0 |
| 3 | +AlignAfterOpenBracket: BlockIndent |
| 4 | +AlignArrayOfStructures: None |
| 5 | +AlignConsecutiveAssignments: None |
| 6 | +AlignConsecutiveMacros: None |
| 7 | +AlignConsecutiveBitFields: None |
| 8 | +AlignConsecutiveDeclarations: None |
| 9 | +AlignEscapedNewlines: DontAlign |
| 10 | +AlignOperands: DontAlign |
| 11 | +AlignTrailingComments: false |
| 12 | +AllowAllArgumentsOnNextLine: true |
| 13 | +AllowAllParametersOfDeclarationOnNextLine: true |
| 14 | +AllowShortBlocksOnASingleLine: Empty |
| 15 | +AllowShortCaseLabelsOnASingleLine: false |
| 16 | +AllowShortEnumsOnASingleLine: false |
| 17 | +AllowShortFunctionsOnASingleLine: Empty |
| 18 | +AllowShortIfStatementsOnASingleLine: Never |
| 19 | +AllowShortLambdasOnASingleLine: All |
| 20 | +AllowShortLoopsOnASingleLine: false |
| 21 | +AlwaysBreakAfterReturnType: None |
| 22 | +AlwaysBreakBeforeMultilineStrings: true |
| 23 | +AlwaysBreakTemplateDeclarations: MultiLine |
| 24 | +AttributeMacros: [] |
| 25 | +BinPackArguments: false |
| 26 | +BinPackParameters: false |
| 27 | +BitFieldColonSpacing: After |
| 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 | +BreakAfterJavaFieldAnnotations: true |
| 47 | +#BreakArrays: false |
| 48 | +BreakBeforeBinaryOperators: All |
| 49 | +BreakBeforeBraces: Custom |
| 50 | +BreakBeforeConceptDeclarations: true |
| 51 | +BreakBeforeTernaryOperators: true |
| 52 | +BreakConstructorInitializers: AfterColon |
| 53 | +BreakInheritanceList: AfterColon |
| 54 | +BreakStringLiterals: true |
| 55 | +ColumnLimit: 90 |
| 56 | +CompactNamespaces: false |
| 57 | +ConstructorInitializerIndentWidth: 4 |
| 58 | +ContinuationIndentWidth: 4 |
| 59 | +Cpp11BracedListStyle: false |
| 60 | +DeriveLineEnding: false |
| 61 | +DerivePointerAlignment: false |
| 62 | +DisableFormat: false # wtf |
| 63 | +EmptyLineAfterAccessModifier: Never |
| 64 | +EmptyLineBeforeAccessModifier: Always |
| 65 | +ExperimentalAutoDetectBinPacking: false |
| 66 | +FixNamespaceComments: false |
| 67 | +ForEachMacros: ["BOOST_FOREACH"] |
| 68 | +IfMacros: [] |
| 69 | +IncludeBlocks: Regroup |
| 70 | +IndentAccessModifiers: false |
| 71 | +IndentCaseBlocks: false |
| 72 | +IndentCaseLabels: true |
| 73 | +IndentExternBlock: Indent |
| 74 | +IndentGotoLabels: true |
| 75 | +IndentPPDirectives: BeforeHash |
| 76 | +#IndentRequiresClause: false |
| 77 | +IndentWidth: 4 |
| 78 | +IndentWrappedFunctionNames: false |
| 79 | +#InsertBraces: false |
| 80 | +InsertTrailingCommas: Wrapped |
| 81 | +JavaImportGroups: ["java"] |
| 82 | +JavaScriptQuotes: Double |
| 83 | +JavaScriptWrapImports: true |
| 84 | +KeepEmptyLinesAtTheStartOfBlocks: false |
| 85 | +LambdaBodyIndentation: OuterScope |
| 86 | +MaxEmptyLinesToKeep: 1 |
| 87 | +NamespaceIndentation: All |
| 88 | +PackConstructorInitializers: NextLine |
| 89 | +PointerAlignment: Left |
| 90 | +QualifierAlignment: Left |
| 91 | +ReferenceAlignment: Left |
| 92 | +ReflowComments: true |
| 93 | +#RemoveSemicolon: true |
| 94 | +#RequiresClausePosition: OwnLine |
| 95 | +#RequiresExpressionIndentation: OuterScope |
| 96 | +SeparateDefinitionBlocks: Always |
| 97 | +SortIncludes: CaseInsensitive |
| 98 | +SortJavaStaticImport: Before |
| 99 | +SortUsingDeclarations: true |
| 100 | +SpaceAfterCStyleCast: true |
| 101 | +SpaceAfterLogicalNot: false |
| 102 | +SpaceAfterTemplateKeyword: false |
| 103 | +SpaceAroundPointerQualifiers: After |
| 104 | +SpaceBeforeAssignmentOperators: true |
| 105 | +SpaceBeforeCaseColon: false |
| 106 | +SpaceBeforeCpp11BracedList: false |
| 107 | +SpaceBeforeCtorInitializerColon: false |
| 108 | +SpaceBeforeInheritanceColon: false |
| 109 | +SpaceBeforeParens: ControlStatementsExceptControlMacros |
| 110 | +SpaceBeforeRangeBasedForLoopColon: true |
| 111 | +SpaceBeforeSquareBrackets: false |
| 112 | +SpaceInEmptyBlock: false |
| 113 | +SpaceInEmptyParentheses: false |
| 114 | +SpacesInAngles: Never |
| 115 | +SpacesInCStyleCastParentheses: false |
| 116 | +SpacesInConditionalStatement: false |
| 117 | +SpacesInContainerLiterals: false |
| 118 | +SpacesInLineCommentPrefix: |
| 119 | + Minimum: 0 |
| 120 | + Maximum: -1 |
| 121 | +SpacesInParentheses: false |
| 122 | +SpacesInSquareBrackets: false |
| 123 | +Standard: c++20 |
| 124 | +StatementAttributeLikeMacros: [] |
| 125 | +StatementMacros: [] |
| 126 | +TabWidth: 4 |
| 127 | +TypenameMacros: [] |
| 128 | +UseCRLF: false # wtf |
| 129 | +UseTab: Never |
| 130 | +WhitespaceSensitiveMacros: ["BOOST_PP_STRINGSIZE"] |
0 commit comments