2020-01-30 08:15:10 +00:00
|
|
|
BasedOnStyle: LLVM
|
|
|
|
|
|
|
|
AccessModifierOffset: 0
|
|
|
|
AlignEscapedNewlinesLeft: false
|
|
|
|
AlignTrailingComments: true
|
|
|
|
AlignAfterOpenBracket: DontAlign
|
|
|
|
AllowAllParametersOfDeclarationOnNextLine: true
|
|
|
|
AllowShortFunctionsOnASingleLine: true
|
|
|
|
AllowShortIfStatementsOnASingleLine: true
|
|
|
|
BinPackArguments: false
|
|
|
|
BinPackParameters: false
|
|
|
|
BreakBeforeBinaryOperators: false
|
|
|
|
BreakBeforeTernaryOperators: false
|
|
|
|
BreakConstructorInitializersBeforeComma: false
|
2022-02-07 02:17:53 +00:00
|
|
|
ColumnLimit: 120
|
2020-01-30 08:15:10 +00:00
|
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
|
|
ConstructorInitializerIndentWidth: 0
|
|
|
|
ContinuationIndentWidth: 4
|
|
|
|
Cpp11BracedListStyle: false
|
|
|
|
DerivePointerBinding: false
|
|
|
|
IndentCaseLabels: true
|
|
|
|
IndentFunctionDeclarationAfterType: false
|
|
|
|
IndentWidth: 4
|
|
|
|
Language: Cpp
|
|
|
|
MaxEmptyLinesToKeep: 4
|
|
|
|
PenaltyBreakBeforeFirstCallParameter: 100
|
|
|
|
PenaltyBreakComment: 100
|
|
|
|
PenaltyBreakFirstLessLess: 0
|
|
|
|
PenaltyBreakString: 100
|
|
|
|
PenaltyExcessCharacter: 1
|
|
|
|
PenaltyReturnTypeOnItsOwnLine: 20
|
|
|
|
PointerBindsToType: true
|
|
|
|
SpaceBeforeAssignmentOperators: true
|
|
|
|
SpaceInEmptyParentheses: false
|
|
|
|
SpacesBeforeTrailingComments: 1
|
|
|
|
SpacesInAngles: false
|
|
|
|
SpacesInCStyleCastParentheses: false
|
|
|
|
SpacesInContainerLiterals: false
|
|
|
|
SpacesInParentheses: false
|
|
|
|
Standard: Auto
|
|
|
|
TabWidth: 4
|
|
|
|
UseTab: ForIndentation
|
|
|
|
SortIncludes: false
|