Browse Source

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

STABLE-2_1_x
Dirk Ziegelmeier 8 years ago
parent
commit
8841fdc8ea
  1. 8
      .clang-format

8
.clang-format

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