diff options
Diffstat (limited to 'rustfmt.toml')
-rw-r--r-- | rustfmt.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rustfmt.toml b/rustfmt.toml index 70b05df..e696b4e 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,7 +1,6 @@ match_block_trailing_comma = true max_width = 80 newline_style = "Unix" -reorder_imported_names = true reorder_imports = true use_try_shorthand = true -where_trailing_comma = true +trailing_comma = "Vertical" |