mirror of
https://github.com/servo/servo.git
synced 2025-06-06 00:25:37 +00:00
Disable import reordering for now.
Tidy wants it one way, and the latest nightly of rustfmt wants it another way.
This commit is contained in:
parent
0f85c64519
commit
b292f78363
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue