disable include sorting - we rely on include order in some places
This commit is contained in:
parent
464a25c55d
commit
513bdacf64
|
@ -14,4 +14,5 @@ MaxEmptyLinesToKeep: 1
|
|||
PointerAlignment: Left
|
||||
SeparateDefinitionBlocks: Always
|
||||
SpaceBeforeParens: Never
|
||||
ReflowComments: false
|
||||
ReflowComments: false
|
||||
SortIncludes: false
|
Loading…
Reference in New Issue