30 lines
942 B
YAML
30 lines
942 B
YAML
ColumnLimit: 80
|
|
IndentWidth: 4
|
|
UseTab: ForIndentation
|
|
TabWidth: 4
|
|
SpacesBeforeTrailingComments: 1
|
|
NamespaceIndentation: None
|
|
AlignConsecutiveAssignments: false
|
|
AllowAllParametersOfDeclarationOnNextLine: true
|
|
AllowShortBlocksOnASingleLine: true
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
AllowShortIfStatementsOnASingleLine: true
|
|
AllowShortLoopsOnASingleLine: true
|
|
BreakBeforeBinaryOperators: None
|
|
BreakBeforeTernaryOperators: true
|
|
BreakConstructorInitializersBeforeComma: false
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
DerivePointerAlignment: true
|
|
IndentCaseLabels: true
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
PointerAlignment: Right
|
|
ContinuationIndentWidth: 4
|
|
SpacesInParentheses: false
|
|
SpacesInSquareBrackets: false
|
|
SpacesInAngles: false
|
|
SpaceInEmptyParentheses: true
|
|
IndentPPDirectives: None
|
|
IncludeBlocks: Preserve
|
|
Cpp11BracedListStyle: false
|
|
Standard: Cpp11 |