diff --git a/rustfmt.toml b/rustfmt.toml index 205b7d897d3..6776a88294c 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,6 +1,4 @@ max_width = 120 comment_width = 100 -fn_call_width = 80 match_block_trailing_comma = true -closure_block_indent_threshold = 0 wrap_comments = true