.clang-format: Set SortIncludes to Never

This commit is contained in:
antangelo
2024-12-27 01:23:00 -07:00
committed by mborgerson
parent 0308baa4b0
commit 2c08c76b09
+1 -1
View File
@@ -82,7 +82,7 @@ MaxEmptyLinesToKeep: 2
#PenaltyReturnTypeOnItsOwnLine: 60
PointerAlignment: Right
ReflowComments: true
SortIncludes: true
SortIncludes: Never
SpaceAfterCStyleCast: false
SpaceBeforeAssignmentOperators: true
SpaceBeforeParens: ControlStatements