|
| 1 | +--- |
| 2 | +Language: Cpp |
| 3 | +BasedOnStyle: LLVM |
| 4 | +Standard: Auto |
| 5 | +IndentWidth: 4 |
| 6 | +TabWidth: 4 |
| 7 | +UseTab: Never |
| 8 | +NamespaceIndentation: Inner |
| 9 | +PointerAlignment: Left |
| 10 | +ColumnLimit: 120 |
| 11 | +SortIncludes: true |
| 12 | +ReflowComments: true |
| 13 | +ConstructorInitializerAllOnOneLineOrOnePerLine: true |
| 14 | + |
| 15 | +# AccessModifierOffset: -2 |
| 16 | +# ConstructorInitializerIndentWidth: 4 |
| 17 | +# AlignEscapedNewlinesLeft: false |
| 18 | +# AlignTrailingComments: true |
| 19 | +# AllowAllParametersOfDeclarationOnNextLine: true |
| 20 | +# AllowShortBlocksOnASingleLine: false |
| 21 | +# AllowShortCaseLabelsOnASingleLine: false |
| 22 | +# AllowShortIfStatementsOnASingleLine: false |
| 23 | +# AllowShortLoopsOnASingleLine: false |
| 24 | +# AllowShortFunctionsOnASingleLine: All |
| 25 | +# AlwaysBreakAfterDefinitionReturnType: false |
| 26 | +# AlwaysBreakTemplateDeclarations: false |
| 27 | +# AlwaysBreakBeforeMultilineStrings: false |
| 28 | +# BreakBeforeBinaryOperators: None |
| 29 | +# BreakBeforeTernaryOperators: true |
| 30 | +# BreakConstructorInitializersBeforeComma: false |
| 31 | +# BinPackParameters: true |
| 32 | +# ColumnLimit: 80 |
| 33 | +# ConstructorInitializerAllOnOneLineOrOnePerLine: false |
| 34 | +# DerivePointerAlignment: false |
| 35 | +# ExperimentalAutoDetectBinPacking: false |
| 36 | +# IndentCaseLabels: false |
| 37 | +# IndentWrappedFunctionNames: false |
| 38 | +# IndentFunctionDeclarationAfterType: false |
| 39 | +# MaxEmptyLinesToKeep: 1 |
| 40 | +# KeepEmptyLinesAtTheStartOfBlocks: true |
| 41 | +# NamespaceIndentation: None |
| 42 | +# ObjCSpaceAfterProperty: false |
| 43 | +# ObjCSpaceBeforeProtocolList: true |
| 44 | +# PenaltyBreakBeforeFirstCallParameter: 19 |
| 45 | +# PenaltyBreakComment: 300 |
| 46 | +# PenaltyBreakString: 1000 |
| 47 | +# PenaltyBreakFirstLessLess: 120 |
| 48 | +# PenaltyExcessCharacter: 1000000 |
| 49 | +# PenaltyReturnTypeOnItsOwnLine: 60 |
| 50 | +# PointerAlignment: Right |
| 51 | +# SpacesBeforeTrailingComments: 1 |
| 52 | +# Cpp11BracedListStyle: true |
| 53 | +# Standard: Cpp11 |
| 54 | +# IndentWidth: 2 |
| 55 | +# TabWidth: 8 |
| 56 | +# UseTab: Never |
| 57 | +# BreakBeforeBraces: Attach |
| 58 | +# SpacesInParentheses: false |
| 59 | +# SpacesInSquareBrackets: false |
| 60 | +# SpacesInAngles: false |
| 61 | +# SpaceInEmptyParentheses: false |
| 62 | +# SpacesInCStyleCastParentheses: false |
| 63 | +# SpaceAfterCStyleCast: false |
| 64 | +# SpacesInContainerLiterals: true |
| 65 | +# SpaceBeforeAssignmentOperators: true |
| 66 | +# ContinuationIndentWidth: 4 |
| 67 | +# CommentPragmas: '^ IWYU pragma:' |
| 68 | +# ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH ] |
| 69 | +# SpaceBeforeParens: ControlStatements |
| 70 | +# DisableFormat: false |
| 71 | +# ... |
0 commit comments