mirror of
https://github.com/strophe/libstrophe.git
synced 2026-07-19 20:26:21 +00:00
18 lines
392 B
Plaintext
18 lines
392 B
Plaintext
---
|
|
AlignConsecutiveAssignments: 'false'
|
|
AlignEscapedNewlines: Left
|
|
AllowShortBlocksOnASingleLine: 'true'
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AllowShortIfStatementsOnASingleLine: 'false'
|
|
BinPackParameters: 'false'
|
|
BreakBeforeBraces: Linux
|
|
ColumnLimit: '80'
|
|
DerivePointerAlignment: 'false'
|
|
IndentWidth: '4'
|
|
PointerAlignment: Right
|
|
SortIncludes: 'false'
|
|
TabWidth: '4'
|
|
UseTab: Never
|
|
|
|
...
|