summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--rustfmt.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
index d77d6af544..4fc14a42b8 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -4,7 +4,7 @@ use_field_init_shorthand = true
condense_wildcard_suffixes = true
normalize_comments = true
wrap_comments = true
-merge_imports = true
+imports_granularity = "Crate"
# Heavily subjective style choices
comment_width = 100