Add a rustfmt.toml file
Reorganize and reformat imports, and make sure comments are wrapped to 80.
This commit is contained in:
parent
fb8a8d6110
commit
046aae72c8
1 changed files with 5 additions and 0 deletions
5
rustfmt.toml
Normal file
5
rustfmt.toml
Normal file
|
@ -0,0 +1,5 @@
|
|||
imports_layout = "HorizontalVertical"
|
||||
group_imports = "StdExternalCrate"
|
||||
|
||||
wrap_comments = true
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue