diff --git a/rustfmt.toml b/rustfmt.toml index c82b93f5..d5057429 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,4 +1,5 @@ +edition = "2018" max_width = 120 fn_call_width = 100 attr_fn_like_width = 100 -edition = "2018" +use_field_init_shorthand = true