clang-format: merge include blocks

This commit is contained in:
Gavin Hayes 2023-03-28 01:51:50 -04:00
parent 792b1c84c0
commit bc1ca88f36

View file

@ -8,6 +8,7 @@ AlwaysBreakBeforeMultilineStrings: false
AllowShortFunctionsOnASingleLine: false
KeepEmptyLinesAtTheStartOfBlocks: true
ConstructorInitializerAllOnOneLineOrOnePerLine: true
IncludeBlocks: Merge
---
Language: Cpp
AllowShortFunctionsOnASingleLine: false