mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
clang-format: merge include blocks (#792)
This commit is contained in:
parent
426d441994
commit
a412ca7a77
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ AlwaysBreakBeforeMultilineStrings: false
|
|||
AllowShortFunctionsOnASingleLine: false
|
||||
KeepEmptyLinesAtTheStartOfBlocks: true
|
||||
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
||||
IncludeBlocks: Merge
|
||||
---
|
||||
Language: Cpp
|
||||
AllowShortFunctionsOnASingleLine: false
|
||||
|
|
Loading…
Reference in a new issue