From f270ad6d9ad267499f466e2cae9d59c9e5123c43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Dom=C3=ADnguez?= Date: Thu, 17 Jan 2019 13:46:39 +0100 Subject: [PATCH] Add linter config --- .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 00000000..5794e8d1 --- /dev/null +++ b/.rustfmt.toml @@ -0,0 +1,2 @@ +edition = "2018" +use_try_shorthand = true