mirror of
https://github.com/strophe/libstrophe.git
synced 2026-08-03 02:46:20 +00:00
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:
@@ -1,8 +1,8 @@
|
||||
---
|
||||
AlignConsecutiveAssignments: 'false'
|
||||
AlignEscapedNewlines: Left
|
||||
AllowShortBlocksOnASingleLine: 'true'
|
||||
AllowShortFunctionsOnASingleLine: Empty
|
||||
AllowShortBlocksOnASingleLine: Never
|
||||
AllowShortFunctionsOnASingleLine: None
|
||||
AllowShortIfStatementsOnASingleLine: 'false'
|
||||
BinPackParameters: 'false'
|
||||
BreakBeforeBraces: Linux
|
||||
|
||||
Reference in New Issue
Block a user