servo/rustfmt.toml
Bobby Holley b292f78363 Disable import reordering for now.
Tidy wants it one way, and the latest nightly of rustfmt wants it
another way.
2018-04-10 17:32:53 -07:00

4 lines
156 B
TOML

match_block_trailing_comma = true
binop_separator = "Back"
# Turn off import reordering, since the new algorithm clashes with tidy.
reorder_imports = false