Let's see what old clang-format does

This at least fixes the formatting for clang 22

Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
This commit is contained in:
Steffen Jaeckel
2026-07-29 09:02:22 +02:00
parent 60b3b91698
commit 6e219ef46c

View File

@@ -1,8 +1,8 @@
--- ---
AlignConsecutiveAssignments: 'false' AlignConsecutiveAssignments: 'false'
AlignEscapedNewlines: Left AlignEscapedNewlines: Left
AllowShortBlocksOnASingleLine: 'true' AllowShortBlocksOnASingleLine: Never
AllowShortFunctionsOnASingleLine: Empty AllowShortFunctionsOnASingleLine: None
AllowShortIfStatementsOnASingleLine: 'false' AllowShortIfStatementsOnASingleLine: 'false'
BinPackParameters: 'false' BinPackParameters: 'false'
BreakBeforeBraces: Linux BreakBeforeBraces: Linux