16 lines
338 B
YAML
16 lines
338 B
YAML
---
|
|
Language: Cpp
|
|
BasedOnStyle: Chromium
|
|
IndentAccessModifiers: false
|
|
NamespaceIndentation: All
|
|
SpaceBeforeCpp11BracedList: true
|
|
SpacesBeforeTrailingComments: 1
|
|
AlignConsecutiveAssignments: true
|
|
IndentExternBlock: Indent
|
|
IncludeBlocks: Regroup
|
|
IncludeCategories:
|
|
- Regex: '".*"'
|
|
Priority: 1
|
|
- Regex: '<.*>'
|
|
Priority: -1
|