`merge_imports` has been deprecated in favor of the new, more general setting `imports_granularity`.
7 lines
140 B
TOML
7 lines
140 B
TOML
comment_width = 100
|
|
edition = "2018"
|
|
imports_granularity = "Crate"
|
|
newline_style = "Unix"
|
|
use_small_heuristics = "Max"
|
|
wrap_comments = true
|