|
| 1 | +--- |
| 2 | +AccessModifierOffset: -1 |
| 3 | +AlignEscapedNewlinesLeft: true |
| 4 | +AlignTrailingComments: true |
| 5 | +AllowAllParametersOfDeclarationOnNextLine: true |
| 6 | +AllowShortIfStatementsOnASingleLine: false |
| 7 | +AllowShortLoopsOnASingleLine: false |
| 8 | +AlwaysBreakBeforeMultilineStrings: true |
| 9 | +AlwaysBreakTemplateDeclarations: true |
| 10 | +BasedOnStyle: Google |
| 11 | +BinPackParameters: false |
| 12 | +BreakBeforeBinaryOperators: false |
| 13 | +BreakBeforeBraces: Attach |
| 14 | +BreakConstructorInitializersBeforeComma: false |
| 15 | +ColumnLimit: 80 |
| 16 | +ConstructorInitializerAllOnOneLineOrOnePerLine: true |
| 17 | +ConstructorInitializerIndentWidth: 4 |
| 18 | +ContinuationIndentWidth: 4 |
| 19 | +Cpp11BracedListStyle: true |
| 20 | +DerivePointerAlignment: false |
| 21 | +ExperimentalAutoDetectBinPacking: true |
| 22 | +IndentCaseLabels: false |
| 23 | +IndentFunctionDeclarationAfterType: false |
| 24 | +IndentWidth: 2 |
| 25 | +MaxEmptyLinesToKeep: 1 |
| 26 | +NamespaceIndentation: None |
| 27 | +ObjCSpaceBeforeProtocolList: false |
| 28 | +PenaltyBreakBeforeFirstCallParameter: 10 |
| 29 | +PenaltyBreakComment: 60 |
| 30 | +PenaltyBreakFirstLessLess: 20 |
| 31 | +PenaltyBreakString: 1000 |
| 32 | +PenaltyExcessCharacter: 1000000 |
| 33 | +PenaltyReturnTypeOnItsOwnLine: 200 |
| 34 | +PointerAlignment: Left |
| 35 | +SpaceAfterControlStatementKeyword: true |
| 36 | +SpaceBeforeAssignmentOperators: true |
| 37 | +SpaceInEmptyParentheses: false |
| 38 | +SpacesBeforeTrailingComments: 1 |
| 39 | +SpacesInAngles: false |
| 40 | +SpacesInCStyleCastParentheses: false |
| 41 | +SpacesInParentheses: false |
| 42 | +Standard: Cpp11 |
| 43 | +TabWidth: 8 |
| 44 | +UseTab: Never |
| 45 | +... |
0 commit comments