From cd1dd4f5b176f1b1df9a53d85374f5bf1cd6f4f1 Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Mon, 16 Jul 2018 11:00:23 +0200 Subject: [PATCH] Clang-format: Remove "AlignConsecutiveAssignments: true" This seems to be "Dirk Ziegelmeier-Style" not lwIP-Style :-) --- .clang-format | 1 - 1 file changed, 1 deletion(-) diff --git a/.clang-format b/.clang-format index 18783dac..fa7038af 100644 --- a/.clang-format +++ b/.clang-format @@ -3,6 +3,5 @@ IndentWidth: 2 ColumnLimit: 120 DerivePointerAlignment: false PointerAlignment: Right -AlignConsecutiveAssignments: true UseTab: Never AllowShortIfStatementsOnASingleLine: false