lwip/.clang-format
Dirk Ziegelmeier cd1dd4f5b1 Clang-format: Remove "AlignConsecutiveAssignments: true"
This seems to be "Dirk Ziegelmeier-Style" not lwIP-Style :-)
2018-07-16 11:00:23 +02:00

8 lines
165 B
YAML

BasedOnStyle: Mozilla
IndentWidth: 2
ColumnLimit: 120
DerivePointerAlignment: false
PointerAlignment: Right
UseTab: Never
AllowShortIfStatementsOnASingleLine: false