ruwuma/.rustfmt.toml
Jonas Platte 0b83227cef
Remove edition from .rustfmt.toml
The edition is inferred from `Cargo.toml`s.
2021-02-25 20:17:47 +01:00

6 lines
123 B
TOML

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