mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-03 21:14:40 +08:00
Clang-format: Remove "AlignConsecutiveAssignments: true"
This seems to be "Dirk Ziegelmeier-Style" not lwIP-Style :-)
This commit is contained in:
parent
8841fdc8ea
commit
cd1dd4f5b1
@ -3,6 +3,5 @@ IndentWidth: 2
|
|||||||
ColumnLimit: 120
|
ColumnLimit: 120
|
||||||
DerivePointerAlignment: false
|
DerivePointerAlignment: false
|
||||||
PointerAlignment: Right
|
PointerAlignment: Right
|
||||||
AlignConsecutiveAssignments: true
|
|
||||||
UseTab: Never
|
UseTab: Never
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
AllowShortIfStatementsOnASingleLine: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user