add .rustfmt.toml for personalized rustfmt options
This commit is contained in:
parent
1f3ad4ba84
commit
299a48eab9
1 changed files with 6 additions and 0 deletions
6
.rustfmt.toml
Normal file
6
.rustfmt.toml
Normal file
|
@ -0,0 +1,6 @@
|
|||
match_block_trailing_comma=true
|
||||
normalize_comments=true
|
||||
reorder_imports=true
|
||||
where_layout="Horizontal"
|
||||
wrap_match_arms=false
|
||||
|
Loading…
Add table
Reference in a new issue