diff options
-rw-r--r-- | rustfmt.toml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/rustfmt.toml b/rustfmt.toml index 0a24dd73..d0a32d00 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,6 +1,5 @@ max_width = 80 -fn_brace_style = "SameLineWhere" -item_brace_style = "SameLineWhere" -struct_lit_multiline_style = "ForceMulti" +brace_style = "SameLineWhere" +struct_lit_single_line = false where_trailing_comma = true normalize_comments = false |