Add .clang-format file that matches lwIP style "close enough"

This commit is contained in:
Dirk Ziegelmeier 2018-07-15 11:46:22 +02:00
parent 02d6716ffd
commit 8841fdc8ea

8
.clang-format Normal file
View File

@ -0,0 +1,8 @@
BasedOnStyle: Mozilla
IndentWidth: 2
ColumnLimit: 120
DerivePointerAlignment: false
PointerAlignment: Right
AlignConsecutiveAssignments: true
UseTab: Never
AllowShortIfStatementsOnASingleLine: false