19 lines
517 B
Text
19 lines
517 B
Text
|
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
|