2017-03-25 11:12:18 -07:00
|
|
|
BasedOnStyle: LLVM
|
|
|
|
IndentWidth: 8
|
|
|
|
UseTab: Always
|
2017-04-06 06:27:47 -07:00
|
|
|
BreakBeforeBraces: Custom
|
|
|
|
BraceWrapping:
|
|
|
|
AfterClass: true
|
|
|
|
AfterControlStatement: false
|
|
|
|
AfterEnum: true
|
|
|
|
AfterFunction: true
|
|
|
|
AfterNamespace: true
|
|
|
|
AfterStruct: true
|
|
|
|
AfterUnion: true
|
|
|
|
BeforeCatch: false
|
|
|
|
BeforeElse: false
|
2017-03-25 11:12:18 -07:00
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
|
|
IndentCaseLabels: false
|
|
|
|
AccessModifierOffset: -8
|
2017-03-31 13:29:34 -07:00
|
|
|
ColumnLimit: 90
|
2017-03-25 11:12:18 -07:00
|
|
|
IncludeCategories:
|
|
|
|
- Regex: '^".*'
|
|
|
|
Priority: 2
|
|
|
|
- Regex: '^<.*'
|
|
|
|
Priority: 1
|
2017-04-06 06:37:02 -07:00
|
|
|
AlignAfterOpenBracket: DontAlign
|
|
|
|
ContinuationIndentWidth: 16
|