20 lines
427 B
Plaintext
20 lines
427 B
Plaintext
|
---
|
||
|
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
|
||
|
...
|