From 8841fdc8ead0262aa1b1c1f58227b5b0c9a4ff91 Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Sun, 15 Jul 2018 11:46:22 +0200 Subject: [PATCH] Add .clang-format file that matches lwIP style "close enough" --- .clang-format | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .clang-format diff --git a/.clang-format b/.clang-format new file mode 100644 index 00000000..18783dac --- /dev/null +++ b/.clang-format @@ -0,0 +1,8 @@ +BasedOnStyle: Mozilla +IndentWidth: 2 +ColumnLimit: 120 +DerivePointerAlignment: false +PointerAlignment: Right +AlignConsecutiveAssignments: true +UseTab: Never +AllowShortIfStatementsOnASingleLine: false