Skip to content

Commit 3795b38

Browse files
RUST-711 Update rustfmt configuration to use imports_granularity (#307)
1 parent 9cb95fe commit 3795b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustfmt.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ format_strings = true
66
normalize_comments = true
77
use_try_shorthand = true
88
wrap_comments = true
9-
merge_imports = true
109
imports_layout = "HorizontalVertical"
10+
imports_granularity = "Crate"

0 commit comments

Comments
 (0)