clang-format: Don't compact ifs and loops onto a single line

Change-Id: I422c7ee2b9865f9354f327cd2f151a7ff6c612b1
This commit is contained in:
piegames
2026-01-02 17:51:33 +00:00
parent 9ab386880d
commit 406fde33eb
+2 -2
View File
@@ -5,9 +5,9 @@ AlignAfterOpenBracket: BlockIndent
AlignEscapedNewlines: Left
AlignOperands: DontAlign
AlignTrailingComments: false
AllowShortBlocksOnASingleLine: Always
AllowShortBlocksOnASingleLine: Empty
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: WithoutElse
AllowShortIfStatementsOnASingleLine: Never
AlwaysBreakBeforeMultilineStrings: true
AlwaysBreakTemplateDeclarations: Yes
BinPackArguments: false