diff options
Diffstat (limited to 'rustfmt.toml')
| -rw-r--r-- | rustfmt.toml | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/rustfmt.toml b/rustfmt.toml index d4c2fae0..bb3238ce 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,11 +1,6 @@ -unstable_features = true - -overflow_delimited_expr = true -spaces_around_ranges = true -use_field_init_shorthand = true -merge_derives = false - +use_small_heuristics = "Max" max_width = 90 -struct_lit_width = 40 chain_width = 70 -single_line_if_else_max_width = 60 +struct_lit_width = 50 +use_field_init_shorthand = true +merge_derives = false |
