Skip to content

Commit

Permalink
Things break when include order gets changed, might be going back and…
Browse files Browse the repository at this point in the history
… re-formatting files later
  • Loading branch information
Skptak committed Aug 19, 2023
1 parent c472b44 commit 7b155b1
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 @@ -77,7 +77,7 @@ PenaltyIndentedWhitespace: 0
PenaltyReturnTypeOnItsOwnLine: 10000
PointerAlignment: Middle
ReflowComments: true
SortIncludes: true
SortIncludes: false
SortUsingDeclarations: true
SpaceAfterCStyleCast: true
SpaceAfterLogicalNot: false
Expand Down

0 comments on commit 7b155b1

Please sign in to comment.