do not sort includes, breaks lmic
LMIC requires to be included before hal/hal.h
See 05ab177ee8
This commit is contained in:
parent
05ab177ee8
commit
c5c772f51a
@ -88,7 +88,7 @@ PenaltyExcessCharacter: 1000000
|
||||
PenaltyReturnTypeOnItsOwnLine: 60
|
||||
PointerAlignment: Right
|
||||
ReflowComments: true
|
||||
SortIncludes: true
|
||||
SortIncludes: false
|
||||
SortUsingDeclarations: true
|
||||
SpaceAfterCStyleCast: false
|
||||
SpaceAfterTemplateKeyword: true
|
||||
|
Loading…
Reference in New Issue
Block a user