diff --git a/.rustfmt.toml b/.rustfmt.toml index 3a24d2aa..7158a819 100644 --- a/.rustfmt.toml +++ b/.rustfmt.toml @@ -2,5 +2,6 @@ comment_width = 100 format_code_in_doc_comments = true imports_granularity = "Crate" newline_style = "Unix" +use_field_init_shorthand = true use_small_heuristics = "Max" wrap_comments = true