disable include sorting - we rely on include order in some places

This commit is contained in:
Reuben Dunnington 2023-08-21 14:39:09 -07:00
parent 464a25c55d
commit 513bdacf64
Signed by: rdunnington
GPG Key ID: 4EC5290E704FD482
1 changed files with 2 additions and 1 deletions

View File

@ -14,4 +14,5 @@ MaxEmptyLinesToKeep: 1
PointerAlignment: Left
SeparateDefinitionBlocks: Always
SpaceBeforeParens: Never
ReflowComments: false
ReflowComments: false
SortIncludes: false