22 lines
401 B
YAML
22 lines
401 B
YAML
---
|
|
AccessModifierOffset: -2
|
|
AlignConsecutiveAssignments: 'true'
|
|
BasedOnStyle: WebKit
|
|
BreakBeforeBraces: Allman
|
|
IncludeBlocks: Regroup
|
|
IncludeCategories:
|
|
- Regex: '^<borealis/.*\.hpp>'
|
|
Priority: 2
|
|
- Regex: '^<.*\.h>'
|
|
Priority: 1
|
|
- Regex: '^<.*'
|
|
Priority: 2
|
|
- Regex: '.*'
|
|
Priority: 3
|
|
IndentCaseLabels: 'true'
|
|
PointerAlignment: Left
|
|
SortIncludes: 'true'
|
|
Standard: Cpp11
|
|
|
|
...
|