2016-11-30 13:01:02 -05:00
|
|
|
---
|
|
|
|
BasedOnStyle: LLVM
|
|
|
|
AccessModifierOffset: '-4'
|
|
|
|
AlignConsecutiveAssignments: 'true'
|
|
|
|
AlignConsecutiveDeclarations: 'true'
|
|
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
|
|
BreakBeforeBraces: Allman
|
|
|
|
ColumnLimit: '128'
|
|
|
|
Cpp11BracedListStyle: 'false'
|
2017-01-14 13:30:48 -05:00
|
|
|
IncludeCategories:
|
2017-01-14 13:48:11 -05:00
|
|
|
- Regex: '^"(\.{1,2}/)*common\.h"$'
|
2017-01-14 13:30:48 -05:00
|
|
|
Priority: -1
|
|
|
|
- Regex: '^<.*>$'
|
|
|
|
Priority: 1
|
|
|
|
- Regex: '^".*"$'
|
|
|
|
Priority: 2
|
|
|
|
IncludeIsMainRegex: 'false'
|
2016-11-30 13:01:02 -05:00
|
|
|
IndentWidth: '4'
|
|
|
|
PointerAlignment: Middle
|
|
|
|
SortIncludes: 'true'
|
|
|
|
Standard: Cpp11
|
|
|
|
TabWidth: '4'
|
|
|
|
|
|
|
|
...
|