From ab234be025bdd44742bd72d4b80112fc86f5691d Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 23 Dec 2017 20:21:52 -0800 Subject: [PATCH] The rustfmt rfc style is now the default --- rustfmt.toml | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 rustfmt.toml diff --git a/rustfmt.toml b/rustfmt.toml deleted file mode 100644 index 914d19d6..00000000 --- a/rustfmt.toml +++ /dev/null @@ -1,5 +0,0 @@ -fn_args_layout = "Block" -array_layout = "Block" -where_style = "Rfc" -generics_indent = "Block" -fn_call_style = "Block"