6 lines
163 B
TOML
6 lines
163 B
TOML
# configuration for https://rust-lang.github.io/rustfmt/
|
|
group_imports = "StdExternalCrate"
|
|
imports_granularity = "Crate"
|
|
wrap_comments = true
|
|
comment_width = 100
|