diff options
-rw-r--r-- | rustfmt.toml | 4 | ||||
-rw-r--r-- | tests/rustfmt.toml | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/rustfmt.toml b/rustfmt.toml index 96d4ae47..0a24dd73 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 a9e57337..80a6663b 100644 --- a/tests/rustfmt.toml +++ b/tests/rustfmt.toml @@ -1 +1 @@ -error_on_line_overflow_comments = false +# Intentionally left blank. |