25 lines
544 B
Text
25 lines
544 B
Text
|
---
|
||
|
BasedOnStyle: WebKit
|
||
|
AllowShortFunctionsOnASingleLine: All
|
||
|
BraceWrapping:
|
||
|
AfterClass: true
|
||
|
AfterControlStatement: true
|
||
|
AfterEnum: true
|
||
|
AfterFunction: true
|
||
|
AfterNamespace: true
|
||
|
AfterObjCDeclaration: true
|
||
|
AfterStruct: true
|
||
|
AfterUnion: true
|
||
|
BeforeCatch: true
|
||
|
BeforeElse: true
|
||
|
IndentBraces: false
|
||
|
BreakBeforeBraces: Custom
|
||
|
BreakConstructorInitializersBeforeComma: 'false'
|
||
|
NamespaceIndentation: None
|
||
|
PointerAlignment: Right
|
||
|
SortIncludes: 'false'
|
||
|
TabWidth: '4'
|
||
|
UseTab: ForIndentation
|
||
|
|
||
|
...
|