29 lines
763 B
YAML
29 lines
763 B
YAML
ColumnLimit: 110
|
|
IndentWidth: 4
|
|
AccessModifierOffset: -4
|
|
|
|
AllowShortIfStatementsOnASingleLine: true
|
|
PointerAlignment: Left
|
|
AllowShortBlocksOnASingleLine: Always
|
|
AllowShortFunctionsOnASingleLine: None
|
|
AllowShortLambdasOnASingleLine: None
|
|
BreakBeforeBraces: Custom
|
|
AlwaysBreakTemplateDeclarations: true
|
|
BraceWrapping:
|
|
SplitEmptyFunction: false
|
|
AfterCaseLabel: true
|
|
AfterClass: false
|
|
AfterControlStatement: MultiLine
|
|
AfterEnum: false
|
|
AfterFunction: true
|
|
AfterNamespace: false
|
|
AfterStruct: false
|
|
AfterUnion: false
|
|
BeforeCatch: true
|
|
BeforeElse: true
|
|
SplitEmptyRecord: false
|
|
SplitEmptyNamespace: false
|
|
AllowAllConstructorInitializersOnNextLine: true
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
AllowShortCaseLabelsOnASingleLine: true
|