Reapply "Update .clang-format"

This reverts commit d64a3c73e9.
This commit is contained in:
Jōshin 2024-04-23 09:59:49 -07:00
parent c9b91d7acc
commit d33b18d7f2
No known key found for this signature in database

View file

@ -6,6 +6,8 @@ AlignConsecutiveMacros: true
AlignConsecutiveDeclarations: false
AlwaysBreakBeforeMultilineStrings: false
AllowShortFunctionsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
KeepEmptyLinesAtTheStartOfBlocks: true
ConstructorInitializerAllOnOneLineOrOnePerLine: true
IncludeBlocks: Merge