From 28018e89222d0d02dbb9f662cbe8a9c190b0a9de Mon Sep 17 00:00:00 2001 From: mash Date: Fri, 29 Jun 2018 15:41:02 +0000 Subject: Remove rustfmt.toml --- rustfmt.toml | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 rustfmt.toml diff --git a/rustfmt.toml b/rustfmt.toml deleted file mode 100644 index e00247e..0000000 --- a/rustfmt.toml +++ /dev/null @@ -1,4 +0,0 @@ -brace_style = "PreferSameLine" -fn_args_density = "Compressed" -match_block_trailing_comma = true -use_try_shorthand = true -- cgit