17 lines
361 B
YAML
17 lines
361 B
YAML
BasedOnStyle: LLVM
|
|
IndentWidth: 4
|
|
TabWidth: 4
|
|
UseTab: Never
|
|
AllowShortFunctionsOnASingleLine: false
|
|
SortIncludes: true
|
|
InsertBraces: true
|
|
BreakBeforeBraces: Custom
|
|
BraceWrapping:
|
|
AfterFunction: true
|
|
AfterControlStatement: false
|
|
AfterClass: false
|
|
AfterNamespace: false
|
|
AfterEnum: false
|
|
AfterStruct: false
|
|
AfterUnion: false
|
|
AfterExternBlock: false |