From 42781bcd6ba280ea3c5b0e1870c71e27e89f7cdd Mon Sep 17 00:00:00 2001 From: gnzlbg Date: Wed, 9 May 2018 15:29:46 +0200 Subject: [PATCH] remove removed rustfmt options Closes #688 --- rustfmt.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/rustfmt.toml b/rustfmt.toml index ceba6b26..a5a68066 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,7 +1 @@ -array_layout = "Visual" -chain_indent = "Visual" -fn_args_layout = "Visual" -fn_call_style = "Visual" format_strings = true -generics_indent = "Visual" -