|
| 1 | +--- |
| 2 | +BasedOnStyle: WebKit |
| 3 | +AccessModifierOffset: '-4' |
| 4 | +AlignAfterOpenBracket: Align |
| 5 | +AlignConsecutiveMacros: 'true' |
| 6 | +AlignConsecutiveAssignments: 'true' |
| 7 | +AlignConsecutiveDeclarations: 'true' |
| 8 | +AlignEscapedNewlines: Right |
| 9 | +AlignOperands: 'true' |
| 10 | +AlignTrailingComments: 'true' |
| 11 | +AllowAllConstructorInitializersOnNextLine: 'true' |
| 12 | +AllowAllParametersOfDeclarationOnNextLine: 'false' |
| 13 | +AllowShortBlocksOnASingleLine: 'false' |
| 14 | +AllowShortCaseLabelsOnASingleLine: 'true' |
| 15 | +AllowShortFunctionsOnASingleLine: Inline |
| 16 | +AllowShortIfStatementsOnASingleLine: Never |
| 17 | +AllowShortLoopsOnASingleLine: 'false' |
| 18 | +AlwaysBreakAfterDefinitionReturnType: None |
| 19 | +AlwaysBreakAfterReturnType: None |
| 20 | +AlwaysBreakBeforeMultilineStrings: 'false' |
| 21 | +AlwaysBreakTemplateDeclarations: 'Yes' |
| 22 | +BinPackArguments: 'true' |
| 23 | +BinPackParameters: 'true' |
| 24 | +BreakAfterJavaFieldAnnotations: 'false' |
| 25 | +BreakBeforeBinaryOperators: NonAssignment |
| 26 | +BreakBeforeBraces: Allman |
| 27 | +BreakBeforeTernaryOperators: 'false' |
| 28 | +BreakConstructorInitializers: BeforeColon |
| 29 | +BreakInheritanceList: BeforeComma |
| 30 | +BreakStringLiterals: 'true' |
| 31 | +ColumnLimit: '160' |
| 32 | +CompactNamespaces: 'true' |
| 33 | +ConstructorInitializerAllOnOneLineOrOnePerLine: 'true' |
| 34 | +ConstructorInitializerIndentWidth: '2' |
| 35 | +ContinuationIndentWidth: '2' |
| 36 | +Cpp11BracedListStyle: 'false' |
| 37 | +DerivePointerAlignment: 'false' |
| 38 | +DisableFormat: 'false' |
| 39 | +ExperimentalAutoDetectBinPacking: 'false' |
| 40 | +FixNamespaceComments: 'true' |
| 41 | +IncludeBlocks: Regroup |
| 42 | +IndentCaseLabels: 'true' |
| 43 | +IndentPPDirectives: BeforeHash |
| 44 | +IndentWidth: '4' |
| 45 | +IndentWrappedFunctionNames: 'true' |
| 46 | +KeepEmptyLinesAtTheStartOfBlocks: 'true' |
| 47 | +Language: Cpp |
| 48 | +MaxEmptyLinesToKeep: '2' |
| 49 | +NamespaceIndentation: None |
| 50 | +PenaltyBreakBeforeFirstCallParameter: '100' |
| 51 | +PenaltyBreakComment: '100' |
| 52 | +PenaltyBreakFirstLessLess: '0' |
| 53 | +PenaltyBreakString: '100' |
| 54 | +PenaltyExcessCharacter: '1' |
| 55 | +PenaltyReturnTypeOnItsOwnLine: '20' |
| 56 | +PointerAlignment: Left |
| 57 | +ReflowComments: 'false' |
| 58 | +SortIncludes: 'true' |
| 59 | +SortUsingDeclarations: 'true' |
| 60 | +SpaceAfterCStyleCast: 'true' |
| 61 | +SpaceAfterLogicalNot: 'false' |
| 62 | +SpaceAfterTemplateKeyword: 'false' |
| 63 | +SpaceBeforeAssignmentOperators: 'true' |
| 64 | +SpaceBeforeCpp11BracedList: 'true' |
| 65 | +SpaceBeforeCtorInitializerColon: 'true' |
| 66 | +SpaceBeforeInheritanceColon: 'true' |
| 67 | +SpaceBeforeParens: NonEmptyParentheses |
| 68 | +SpaceBeforeRangeBasedForLoopColon: 'false' |
| 69 | +SpaceInEmptyParentheses: 'false' |
| 70 | +SpacesBeforeTrailingComments: '2' |
| 71 | +SpacesInAngles: 'false' |
| 72 | +SpacesInCStyleCastParentheses: 'false' |
| 73 | +SpacesInContainerLiterals: 'false' |
| 74 | +SpacesInSquareBrackets: 'false' |
| 75 | +Standard: Auto |
| 76 | +TabWidth: '4' |
| 77 | +UseTab: Never |
| 78 | + |
| 79 | +... |
0 commit comments