init rustfmt.toml

This commit is contained in:
notohh 2024-06-17 16:35:40 -04:00
parent 17a6f1cc45
commit 9d61062061
Signed by: notohh
GPG key ID: BD47506D475EE86D

3
.rustfmt.toml Normal file
View file

@ -0,0 +1,3 @@
edition = "2021"
imports_granularity = "Crate"
fn_args_layout = "Tall"