diff --git a/rustfmt.toml b/rustfmt.toml index 96d4ae474d..0a24dd73f6 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,10 +1,6 @@ max_width = 80 -format_strings = false fn_brace_style = "SameLineWhere" item_brace_style = "SameLineWhere" struct_lit_multiline_style = "ForceMulti" where_trailing_comma = true -reorder_imports = true -reorder_imported_names = true normalize_comments = false -write_mode = "Overwrite" diff --git a/tests/rustfmt.toml b/tests/rustfmt.toml index a9e5733735..80a6663b9c 100644 --- a/tests/rustfmt.toml +++ b/tests/rustfmt.toml @@ -1 +1 @@ -error_on_line_overflow_comments = false +# Intentionally left blank.