From 8b3d98d911c4c6eb8379df004aacb17138c903b3 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Arnaud Date: Wed, 23 May 2018 17:14:42 +0200 Subject: [PATCH] add fmt definition --- 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 0000000..b196eaa --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1 @@ +tab_spaces = 2