2017-03-25 11:12:18 -07:00
|
|
|
BasedOnStyle: LLVM
|
|
|
|
IndentWidth: 8
|
|
|
|
UseTab: Always
|
2017-04-06 06:27:47 -07:00
|
|
|
BreakBeforeBraces: Custom
|
2017-05-26 08:03:46 -07:00
|
|
|
Standard: Cpp11
|
2017-04-06 06:27:47 -07:00
|
|
|
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-04-10 00:17:53 -07:00
|
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
|
|
SortIncludes: false
|
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
|