Skip to content

Commit

Permalink
Replace merge_imports with imports_granularity=Crate
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi committed Feb 19, 2021
1 parent c2a427f commit 410c5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
unstable_features = true
merge_imports = true
imports_granularity = "Crate"
use_field_init_shorthand = true
reorder_impl_items = true
newline_style = "Unix"

0 comments on commit 410c5ce

Please sign in to comment.