Add a rustfmt.toml file

Reorganize and reformat imports, and make sure comments are wrapped to 80.
This commit is contained in:
Eryn Wells 2025-06-07 08:48:45 -07:00
parent fb8a8d6110
commit 046aae72c8

5
rustfmt.toml Normal file
View file

@ -0,0 +1,5 @@
imports_layout = "HorizontalVertical"
group_imports = "StdExternalCrate"
wrap_comments = true