.clang-format: Set SortIncludes to Never

This commit is contained in:
antangelo 2024-12-26 22:55:22 -05:00 committed by mborgerson
parent 0308baa4b0
commit 2c08c76b09
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ MaxEmptyLinesToKeep: 2
#PenaltyReturnTypeOnItsOwnLine: 60
PointerAlignment: Right
ReflowComments: true
SortIncludes: true
SortIncludes: Never
SpaceAfterCStyleCast: false
SpaceBeforeAssignmentOperators: true
SpaceBeforeParens: ControlStatements