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
|
AllowShortFunctionsOnASingleLine: false
|
||||||
KeepEmptyLinesAtTheStartOfBlocks: true
|
KeepEmptyLinesAtTheStartOfBlocks: true
|
||||||
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
||||||
|
IncludeBlocks: Merge
|
||||||
---
|
---
|
||||||
Language: Cpp
|
Language: Cpp
|
||||||
AllowShortFunctionsOnASingleLine: false
|
AllowShortFunctionsOnASingleLine: false
|
||||||
|
|
Loading…
Reference in a new issue