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