Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Disable import reordering for now.
Tidy wants it one way, and the latest nightly of rustfmt wants it
another way.
  • Loading branch information
bholley committed Apr 11, 2018
1 parent 0f85c64 commit b292f78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rustfmt.toml
@@ -1,2 +1,4 @@
match_block_trailing_comma = true
binop_separator = "Back"
# Turn off import reordering, since the new algorithm clashes with tidy.
reorder_imports = false

0 comments on commit b292f78

Please sign in to comment.