You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
545 B
Plaintext
25 lines
545 B
Plaintext
6 years ago
|
---
|
||
|
BasedOnStyle: WebKit
|
||
|
AllowShortFunctionsOnASingleLine: All
|
||
|
BraceWrapping:
|
||
|
AfterClass: true
|
||
|
AfterControlStatement: true
|
||
|
AfterEnum: true
|
||
|
AfterFunction: true
|
||
5 years ago
|
AfterNamespace: false
|
||
6 years ago
|
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
|
||
|
|
||
|
...
|