2020-06-15 07:18:57 -07:00
|
|
|
---
|
|
|
|
BasedOnStyle: Google
|
|
|
|
StatementMacros:
|
|
|
|
- INITIALIZER
|
|
|
|
AlignConsecutiveMacros: true
|
|
|
|
AlignConsecutiveDeclarations: false
|
|
|
|
AlwaysBreakBeforeMultilineStrings: false
|
|
|
|
AllowShortFunctionsOnASingleLine: false
|
|
|
|
KeepEmptyLinesAtTheStartOfBlocks: true
|
2020-08-25 04:23:25 -07:00
|
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
2023-03-29 03:05:58 -04:00
|
|
|
IncludeBlocks: Merge
|
2020-06-15 07:18:57 -07:00
|
|
|
---
|
2020-07-02 13:46:08 -07:00
|
|
|
Language: Cpp
|
2020-08-25 04:23:25 -07:00
|
|
|
AllowShortFunctionsOnASingleLine: false
|
2020-07-02 13:46:08 -07:00
|
|
|
---
|
2020-06-15 07:18:57 -07:00
|
|
|
Language: Proto
|
|
|
|
...
|