diff --git a/rustfmt.toml b/rustfmt.toml index da21e5a30..6daad2b65 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