chore: Add rustfmt config
This commit is contained in:
parent
93f3cce9e4
commit
c589605407
2 changed files with 12 additions and 1 deletions
6
rustfmt.toml
Normal file
6
rustfmt.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
unstable_features = true
|
||||
format_code_in_doc_comments = true
|
||||
|
||||
group_imports = "StdExternalCrate"
|
||||
imports_granularity = "Module"
|
||||
imports_layout = "HorizontalVertical"
|
||||
Loading…
Add table
Add a link
Reference in a new issue