From d6f299065d2c0c97820d812966f45f6da05e4fc0 Mon Sep 17 00:00:00 2001 From: Alessandro Decina Date: Sun, 14 Feb 2021 08:44:54 +0000 Subject: [PATCH] Add rustfmt.toml --- 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 00000000..0c3bc0ee --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,4 @@ +unstable_features = true +reorder_imports = true +imports_granularity = "Crate" +