From 1866d59c4a5b0d8a8d867eba2fc3df3e04a08056 Mon Sep 17 00:00:00 2001 From: sebcrozet Date: Tue, 6 Nov 2018 18:32:31 +0100 Subject: [PATCH] Add rustfmt.toml. --- rustfmt.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rustfmt.toml diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 00000000..8dc8e61a --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,3 @@ +unstable_features = true +indent_style = "Block" +where_single_line = true \ No newline at end of file