add rustfmt config
This commit is contained in:
parent
f63ae09628
commit
164b9f2395
1 changed files with 4 additions and 0 deletions
4
.rustfmt.toml
Normal file
4
.rustfmt.toml
Normal file
|
@ -0,0 +1,4 @@
|
|||
imports_granularity = "Crate"
|
||||
group_imports = "StdExternalCrate"
|
||||
wrap_comments = true
|
||||
edition = "2024"
|
Loading…
Reference in a new issue