From 1ec204c531553ea2ce403ce28f6133bb342e5e13 Mon Sep 17 00:00:00 2001 From: Moritz Gmeiner Date: Thu, 21 Sep 2023 12:31:21 +0200 Subject: [PATCH] added 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..3a3f3f1 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,2 @@ +imports_granularity = "Module" +group_imports = "StdExternalCrate"