From 89ceb33f897a072cac4315415d4f91f800b3e14a Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 22 Aug 2019 13:44:57 +0200 Subject: [PATCH] import rustfmt.toml This just sets edition to 2018. Unfortunately pretty much all other configuration options are considered unstable for now ... Signed-off-by: Wolfgang Bumiller --- 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"