ruwuma/.rustfmt.toml
Jonas Platte 2ef769803c
Update .rustfmt.toml
`merge_imports` has been deprecated in favor of the new, more general
setting `imports_granularity`.
2021-02-09 15:42:25 +01:00

7 lines
140 B
TOML

comment_width = 100
edition = "2018"
imports_granularity = "Crate"
newline_style = "Unix"
use_small_heuristics = "Max"
wrap_comments = true