diff --git a/rustfmt.toml b/rustfmt.toml index 1d90db4..25a1262 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,2 +1,4 @@ edition = "2021" max_width = 79 +reorder_imports = true +use_field_init_shorthand = true