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
|
PointerAlignment: Left
|
||||||
SeparateDefinitionBlocks: Always
|
SeparateDefinitionBlocks: Always
|
||||||
SpaceBeforeParens: Never
|
SpaceBeforeParens: Never
|
||||||
ReflowComments: false
|
ReflowComments: false
|
||||||
|
SortIncludes: false
|
Loading…
Reference in New Issue