32 lines
445 B
YAML
Executable File
32 lines
445 B
YAML
Executable File
BasedOnStyle: Google
|
|
|
|
AccessModifierOffset: -2
|
|
|
|
AlignConsecutiveAssignments: true
|
|
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
|
|
BinPackArguments: false
|
|
|
|
BinPackParameters: false
|
|
|
|
IncludeCategories:
|
|
- Regex: '^<ext/.*\.h>'
|
|
Priority: 2
|
|
- Regex: '^<.*\.h>'
|
|
Priority: 1
|
|
- Regex: '^<.*'
|
|
Priority: 2
|
|
- Regex: '.*'
|
|
Priority: 3
|
|
|
|
IndentWidth: 4
|
|
|
|
InsertNewlineAtEOF: true
|
|
|
|
TabWidth: 4
|
|
|
|
SeparateDefinitionBlocks: Always
|
|
|
|
ColumnLimit: 0
|