From 80091a2e8bb1e9f0ee6cfc7aa647baa2bc7696a6 Mon Sep 17 00:00:00 2001 From: Heliozoa Date: Thu, 17 Mar 2022 20:05:16 +0200 Subject: [PATCH] Added rustfmt.toml --- rustfmt.toml.disabled | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 rustfmt.toml.disabled diff --git a/rustfmt.toml.disabled b/rustfmt.toml.disabled new file mode 100644 index 0000000..332d37a --- /dev/null +++ b/rustfmt.toml.disabled @@ -0,0 +1,5 @@ +# You can use this file to keep the imports formatted with `cargo +nightly fmt` +# This config uses some nightly options, so it has the .disabled extension to avoid it from causing errors on stable + +imports_granularity="Crate" +group_imports="One"