cosmopolitan/.clang-format

20 lines
478 B
Plaintext
Raw Permalink Normal View History

2020-06-15 14:18:57 +00:00
---
BasedOnStyle: Google
StatementMacros:
- INITIALIZER
AlignConsecutiveMacros: true
AlignConsecutiveDeclarations: false
AlwaysBreakBeforeMultilineStrings: false
AllowShortFunctionsOnASingleLine: false
2024-04-20 00:11:08 +00:00
AllowShortLoopsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
2020-06-15 14:18:57 +00:00
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
...