From 164b9f2395c2f62445ea28af817336f334eeb3cf Mon Sep 17 00:00:00 2001 From: Joe Ardent Date: Fri, 4 Jul 2025 12:22:21 -0700 Subject: [PATCH] add rustfmt config --- .rustfmt.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .rustfmt.toml diff --git a/.rustfmt.toml b/.rustfmt.toml new file mode 100644 index 0000000..8feb93e --- /dev/null +++ b/.rustfmt.toml @@ -0,0 +1,4 @@ +imports_granularity = "Crate" +group_imports = "StdExternalCrate" +wrap_comments = true +edition = "2024"