aboutsummaryrefslogtreecommitdiffstats
path: root/rustfmt.toml
blob: 0a1dde3b80c4eb8e458348746d553bd4a3b0d9d0 (plain) (blame)
1
2
3
4
match_block_trailing_comma = true
binop_separator = "Back"
# Turn off import reordering, since the new algorithm clashes with tidy.
reorder_imports = false