From c5c772f51ae2590511d7c3944d174cc297c737fb Mon Sep 17 00:00:00 2001 From: Florian Ludwig Date: Sun, 10 Jun 2018 22:18:02 +0200 Subject: [PATCH] do not sort includes, breaks lmic LMIC requires to be included before hal/hal.h See 05ab177ee8711d044d8299cab9a3876f14b00bcc --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index d368b346..68ffea25 100644 --- a/.clang-format +++ b/.clang-format @@ -88,7 +88,7 @@ PenaltyExcessCharacter: 1000000 PenaltyReturnTypeOnItsOwnLine: 60 PointerAlignment: Right ReflowComments: true -SortIncludes: true +SortIncludes: false SortUsingDeclarations: true SpaceAfterCStyleCast: false SpaceAfterTemplateKeyword: true