diff --git a/rustfmt.toml b/rustfmt.toml index 665fb929..13b9f4e4 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,6 +1,7 @@ # Get help on options with `rustfmt --help=config` # Please keep these in alphabetical order. edition = "2021" +imports_granularity = "Item" merge_derives = false use_field_init_shorthand = true version = "Two"