Skip to content

Commit

Permalink
.clang-format: Set SortIncludes to Never
Browse files Browse the repository at this point in the history
  • Loading branch information
antangelo committed Dec 27, 2024
1 parent 7944150 commit 240b13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ MaxEmptyLinesToKeep: 2
#PenaltyReturnTypeOnItsOwnLine: 60
PointerAlignment: Right
ReflowComments: true
SortIncludes: true
SortIncludes: Never
SpaceAfterCStyleCast: false
SpaceBeforeAssignmentOperators: true
SpaceBeforeParens: ControlStatements
Expand Down

0 comments on commit 240b13e

Please sign in to comment.