mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-06 16:26:18 +08:00
Add .clang-format file that matches lwIP style "close enough"
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user