From 85783f501da2588ab687cc8372237b2c97992dc0 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Tue, 20 Dec 2016 10:22:59 +0100 Subject: [PATCH] remove needless rustfmt setting --- rustfmt.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/rustfmt.toml b/rustfmt.toml index da21e5a30e7..6daad2b65bd 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -3,5 +3,4 @@ ideal_width = 100 fn_args_density = "Compressed" fn_call_width = 80 fn_args_paren_newline = false -closure_block_indent_threshold = -1 match_block_trailing_comma = true