add rustfmt config

This commit is contained in:
Joe Ardent 2025-07-04 12:22:21 -07:00
parent f63ae09628
commit 164b9f2395

4
.rustfmt.toml Normal file
View file

@ -0,0 +1,4 @@
imports_granularity = "Crate"
group_imports = "StdExternalCrate"
wrap_comments = true
edition = "2024"