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

@ -15,3 +15,4 @@ PointerAlignment: Left
SeparateDefinitionBlocks: Always
SpaceBeforeParens: Never
ReflowComments: false
SortIncludes: false