2020-06-15 14:18:57 +00:00
|
|
|
---
|
|
|
|
BasedOnStyle: Google
|
|
|
|
StatementMacros:
|
|
|
|
- INITIALIZER
|
|
|
|
AlignConsecutiveMacros: true
|
|
|
|
AlignConsecutiveDeclarations: false
|
|
|
|
AlwaysBreakBeforeMultilineStrings: false
|
|
|
|
AllowShortFunctionsOnASingleLine: false
|
|
|
|
KeepEmptyLinesAtTheStartOfBlocks: true
|
2020-08-25 11:23:25 +00:00
|
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
2020-06-15 14:18:57 +00:00
|
|
|
---
|
2020-07-02 20:46:08 +00:00
|
|
|
Language: Cpp
|
2020-08-25 11:23:25 +00:00
|
|
|
AllowShortFunctionsOnASingleLine: false
|
2020-07-02 20:46:08 +00:00
|
|
|
---
|
2020-06-15 14:18:57 +00:00
|
|
|
Language: Proto
|
|
|
|
...
|