18 lines
517 B
YAML
18 lines
517 B
YAML
TabWidth: 2
|
|
IndentWidth: 2
|
|
ContinuationIndentWidth: 2
|
|
UseTab: Never
|
|
AllowShortBlocksOnASingleLine: Always
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
AllowShortEnumsOnASingleLine: true
|
|
AllowShortIfStatementsOnASingleLine: true
|
|
AllowShortLoopsOnASingleLine: true
|
|
AlwaysBreakAfterDefinitionReturnType: TopLevel
|
|
IndentCaseLabels: true
|
|
SpaceBeforeParens: ControlStatements
|
|
AlignAfterOpenBracket: AlwaysBreak
|
|
BinPackArguments: false
|
|
BinPackArguments: false
|
|
PointerAlignment: Left
|
|
BreakBeforeBraces: Attach
|
|
SortIncludes: false
|