From 8cb7e46d97910c067bba43aeef602502baec1b18 Mon Sep 17 00:00:00 2001 From: PROMETHIA-27 <42193387+PROMETHIA-27@users.noreply.github.com> Date: Mon, 23 Jun 2025 06:29:55 -0400 Subject: [PATCH] commit rustfmt.toml (#48) --- .rustfmt.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .rustfmt.toml diff --git a/.rustfmt.toml b/.rustfmt.toml new file mode 100644 index 0000000..1842813 --- /dev/null +++ b/.rustfmt.toml @@ -0,0 +1,2 @@ +imports_granularity = "Crate" +group_imports = "One"