17 lines
378 B
YAML
17 lines
378 B
YAML
---
|
|
BasedOnStyle: Google
|
|
StatementMacros:
|
|
- INITIALIZER
|
|
AlignConsecutiveMacros: true
|
|
AlignConsecutiveDeclarations: false
|
|
AlwaysBreakBeforeMultilineStrings: false
|
|
AllowShortFunctionsOnASingleLine: false
|
|
KeepEmptyLinesAtTheStartOfBlocks: true
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
---
|
|
Language: Cpp
|
|
AllowShortFunctionsOnASingleLine: false
|
|
---
|
|
Language: Proto
|
|
...
|