21 lines
468 B
YAML
21 lines
468 B
YAML
IndentWidth: 4
|
|
BreakBeforeBraces: Allman
|
|
AlignAfterOpenBracket: Align
|
|
AlignArrayOfStructures: Right
|
|
AllowShortBlocksOnASingleLine: Empty
|
|
AllowShortFunctionsOnASingleLine: None
|
|
BraceWrapping:
|
|
AfterClass: true
|
|
AfterControlStatement: true
|
|
AfterEnum: true
|
|
AfterFunction: true
|
|
AfterNamespace: true
|
|
AfterObjCDeclaration: true
|
|
AfterStruct: true
|
|
AfterUnion: true
|
|
BeforeCatch: true
|
|
BeforeElse: true
|
|
IndentBraces: true
|
|
|
|
|