do not sort includes, breaks lmic

LMIC requires to be included before hal/hal.h
See 05ab177ee8
This commit is contained in:
Florian Ludwig 2018-06-10 22:18:02 +02:00
parent 05ab177ee8
commit c5c772f51a
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ PenaltyExcessCharacter: 1000000
PenaltyReturnTypeOnItsOwnLine: 60
PointerAlignment: Right
ReflowComments: true
SortIncludes: true
SortIncludes: false
SortUsingDeclarations: true
SpaceAfterCStyleCast: false
SpaceAfterTemplateKeyword: true