Add rustfmt.toml with some nice settings.
This commit is contained in:
parent
fff0a03fe0
commit
6199bdea71
1 changed files with 3 additions and 0 deletions
3
rustfmt.toml
Normal file
3
rustfmt.toml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
group_imports = "StdExternalCrate"
|
||||||
|
imports_granularity = "Module"
|
||||||
|
max_width=120
|
Loading…
Reference in a new issue