mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 03:16:18 +00:00
Add .clang-format file that matches lwIP style "close enough"
This commit is contained in:
parent
02d6716ffd
commit
8841fdc8ea
8
.clang-format
Normal file
8
.clang-format
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
BasedOnStyle: Mozilla
|
||||||
|
IndentWidth: 2
|
||||||
|
ColumnLimit: 120
|
||||||
|
DerivePointerAlignment: false
|
||||||
|
PointerAlignment: Right
|
||||||
|
AlignConsecutiveAssignments: true
|
||||||
|
UseTab: Never
|
||||||
|
AllowShortIfStatementsOnASingleLine: false
|
Loading…
Reference in New Issue
Block a user