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

View File

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