Revert "Update .clang-format"

This reverts commit bc6c18368f.
This commit is contained in:
Jōshin 2024-04-23 09:58:17 -07:00
parent cec4c04aa1
commit d64a3c73e9
No known key found for this signature in database

View file

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