21 lines
468 B
Plaintext
21 lines
468 B
Plaintext
|
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
|
||
|
|
||
|
|