diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2017-12-04 09:45:09 +0100 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2017-12-04 11:59:18 +0100 |
commit | 72c3012e6e2243bfab5d0c3f045da1a378cf64a9 (patch) | |
tree | 66a2734430acd2f66f86e6d270c8b6374982b863 | |
parent | 935a18e5222a25509d65e7b4bc7f5cdb8831ce08 (diff) |
Remove unstable rustfmt-nightly features
-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. |