22 lines
581 B
YAML
Executable File
22 lines
581 B
YAML
Executable File
AllowShortBlocksOnASingleLine: Empty
|
|
AllowShortCaseLabelsOnASingleLine: false
|
|
AllowShortEnumsOnASingleLine: false
|
|
AllowShortFunctionsOnASingleLine: All
|
|
BreakBeforeBraces: Custom
|
|
BreakConstructorInitializers: AfterColon
|
|
BraceWrapping:
|
|
AfterCaseLabel: true
|
|
AfterClass: true
|
|
AfterEnum: true
|
|
AfterFunction: true
|
|
AfterStruct: true
|
|
AfterExternBlock: true
|
|
BeforeElse: true
|
|
SplitEmptyFunction: false
|
|
ColumnLimit: 0
|
|
EmptyLineAfterAccessModifier: Never
|
|
EmptyLineBeforeAccessModifier: Always
|
|
FixNamespaceComments: false
|
|
IndentWidth: 4
|
|
PackConstructorInitializers: CurrentLine
|