Skip to content

Commit

Permalink
Disable SortIncludes in clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed Aug 23, 2024
1 parent f9295f1 commit 8797651
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 @@ -93,7 +93,7 @@ PenaltyExcessCharacter: 1000000
PenaltyReturnTypeOnItsOwnLine: 100
PointerAlignment: Right
ReflowComments: true
SortIncludes: true
SortIncludes: false
SortUsingDeclarations: true
SpaceAfterCStyleCast: true
SpaceAfterTemplateKeyword: true
Expand Down

0 comments on commit 8797651

Please sign in to comment.