From 38e3bc32beb6b97f51386f9bc82f86549c830313 Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Wed, 4 Sep 2019 17:01:02 -0400 Subject: [PATCH] Add rustfmt.toml for 2018 edition fmt --- rustfmt.toml | 1 + 1 file changed, 1 insertion(+) create mode 100644 rustfmt.toml diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 00000000..32a9786f --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1 @@ +edition = "2018"