cosmopolitan/.clang-format

18 lines
399 B
Text
Raw Normal View History

2020-06-15 14:18:57 +00:00
---
BasedOnStyle: Google
StatementMacros:
- INITIALIZER
AlignConsecutiveMacros: true
AlignConsecutiveDeclarations: false
AlwaysBreakBeforeMultilineStrings: false
AllowShortFunctionsOnASingleLine: false
KeepEmptyLinesAtTheStartOfBlocks: true
ConstructorInitializerAllOnOneLineOrOnePerLine: true
IncludeBlocks: Merge
2020-06-15 14:18:57 +00:00
---
Language: Cpp
AllowShortFunctionsOnASingleLine: false
---
2020-06-15 14:18:57 +00:00
Language: Proto
...