From 709ce60b6da940150004c65e9c366ca08a54c7f8 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Sun, 15 Aug 2021 14:53:17 -0400 Subject: [PATCH] Add basic rustfmt --- 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..df9f698 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,2 @@ +# unstable_features = true +# imports_granularity = "Crate"