mirror of
https://github.com/strophe/libstrophe.git
synced 2026-07-17 19:36:22 +00:00
While reading through the code this seemed logical to do. I haven't seen this occuring in the wild! Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
19 lines
416 B
Plaintext
19 lines
416 B
Plaintext
---
|
|
AlignConsecutiveAssignments: 'false'
|
|
AlignEscapedNewlines: Left
|
|
AllowShortBlocksOnASingleLine: 'true'
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AllowShortIfStatementsOnASingleLine: 'false'
|
|
BinPackParameters: 'false'
|
|
BreakBeforeBraces: Linux
|
|
ColumnLimit: '80'
|
|
DerivePointerAlignment: 'false'
|
|
IndentGotoLabels: false
|
|
IndentWidth: '4'
|
|
PointerAlignment: Right
|
|
SortIncludes: 'false'
|
|
TabWidth: '4'
|
|
UseTab: Never
|
|
|
|
...
|