Skip to content

Commit 404d404

Browse files
RUST-711 Update rustfmt configuration to use imports_granularity (#245)
1 parent 767cda6 commit 404d404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustfmt.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ format_strings = true
55
normalize_comments = true
66
use_try_shorthand = true
77
wrap_comments = true
8-
merge_imports = true
98
imports_layout = "HorizontalVertical"
9+
imports_granularity = "Crate"

0 commit comments

Comments
 (0)