From 9dab34e7eead5eabb70565a65bde3ebe872c177a Mon Sep 17 00:00:00 2001 From: veeso Date: Tue, 9 May 2023 15:40:28 +0200 Subject: [PATCH] rustfmt.toml --- 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..64d94de --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,2 @@ +group_imports = "StdExternalCrate" +imports_granularity = "Module"