OLD | NEW |
(Empty) | |
| 1 --- |
| 2 Language: Cpp |
| 3 AccessModifierOffset: -2 |
| 4 AlignAfterOpenBracket: Align |
| 5 AlignEscapedNewlinesLeft: false |
| 6 AlignTrailingComments: true |
| 7 AllowAllParametersOfDeclarationOnNextLine: false |
| 8 AllowShortBlocksOnASingleLine: false |
| 9 AllowShortFunctionsOnASingleLine: All |
| 10 AllowShortIfStatementsOnASingleLine: false |
| 11 AllowShortLoopsOnASingleLine: false |
| 12 AlwaysBreakBeforeMultilineStrings: false |
| 13 AlwaysBreakTemplateDeclarations: true |
| 14 BinPackParameters: true |
| 15 BreakBeforeBinaryOperators: false |
| 16 BreakBeforeBraces: Allman |
| 17 BreakBeforeTernaryOperators: false |
| 18 BreakConstructorInitializersBeforeComma: false |
| 19 ColumnLimit: 0 |
| 20 CommentPragmas: '^ IWYU pragma:' |
| 21 ConstructorInitializerAllOnOneLineOrOnePerLine: true |
| 22 ConstructorInitializerIndentWidth: 2 |
| 23 ContinuationIndentWidth: 2 |
| 24 Cpp11BracedListStyle: true |
| 25 DerivePointerAlignment: false |
| 26 DisableFormat: false |
| 27 ExperimentalAutoDetectBinPacking: false |
| 28 ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH ] |
| 29 IndentCaseLabels: true |
| 30 IndentFunctionDeclarationAfterType: false |
| 31 IndentWidth: 2 |
| 32 IndentWrappedFunctionNames: false |
| 33 KeepEmptyLinesAtTheStartOfBlocks: false |
| 34 MaxEmptyLinesToKeep: 1 |
| 35 NamespaceIndentation: All |
| 36 PenaltyBreakBeforeFirstCallParameter: 19 |
| 37 PenaltyBreakComment: 300 |
| 38 PenaltyBreakFirstLessLess: 120 |
| 39 PenaltyBreakString: 1000 |
| 40 PenaltyExcessCharacter: 1000000 |
| 41 PenaltyReturnTypeOnItsOwnLine: 200 |
| 42 PointerAlignment: Left |
| 43 SpaceBeforeAssignmentOperators: true |
| 44 SpaceBeforeParens: ControlStatements |
| 45 SpaceInEmptyParentheses: false |
| 46 SpacesBeforeTrailingComments: 1 |
| 47 SpacesInAngles: false |
| 48 SpacesInContainerLiterals: true |
| 49 SpacesInCStyleCastParentheses: false |
| 50 SpacesInParentheses: false |
| 51 SpacesInSquareBrackets: false |
| 52 Standard: Cpp11 |
| 53 TabWidth: 8 |
| 54 UseTab: Never |
| 55 ... |
| 56 |
OLD | NEW |