mirror of
https://github.com/widberg/bff
synced 2026-08-23 14:26:03 -04:00
Add rustfmt.toml
This commit is contained in:
parent
e7a7f506dc
commit
a9efdb9d43
1 changed files with 6 additions and 0 deletions
6
rustfmt.toml
Normal file
6
rustfmt.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
unstable_features = true
|
||||
imports_layout = "HorizontalVertical"
|
||||
reorder_imports = true
|
||||
imports_granularity = "Module"
|
||||
group_imports = "StdExternalCrate"
|
||||
reorder_modules = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue