20 lines
427 B
YAML
20 lines
427 B
YAML
---
|
|
Language: Cpp
|
|
BasedOnStyle: Google
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Right
|
|
ColumnLimit: 80
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortLoopsOnASingleLine: false
|
|
AlignAfterOpenBracket: AlwaysBreak
|
|
IncludeCategories:
|
|
- Regex: '^<.*'
|
|
Priority: 1
|
|
- Regex: '.*'
|
|
Priority: 2
|
|
---
|
|
Language: Proto
|
|
BasedOnStyle: Google
|
|
...
|