mirror of
https://github.com/strophe/libstrophe.git
synced 2026-08-03 02:46:20 +00:00
This at least fixes the formatting for clang 22 Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
19 lines
414 B
Plaintext
19 lines
414 B
Plaintext
---
|
|
AlignConsecutiveAssignments: 'false'
|
|
AlignEscapedNewlines: Left
|
|
AllowShortBlocksOnASingleLine: Never
|
|
AllowShortFunctionsOnASingleLine: None
|
|
AllowShortIfStatementsOnASingleLine: 'false'
|
|
BinPackParameters: 'false'
|
|
BreakBeforeBraces: Linux
|
|
ColumnLimit: '80'
|
|
DerivePointerAlignment: 'false'
|
|
IndentGotoLabels: false
|
|
IndentWidth: '4'
|
|
PointerAlignment: Right
|
|
SortIncludes: 'false'
|
|
TabWidth: '4'
|
|
UseTab: Never
|
|
|
|
...
|