diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-11-04 09:30:44 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-11-04 11:38:09 +0100 |
| commit | eb951c008beea502042db4a3a0e8d1f8b51f6f52 (patch) | |
| tree | 9856ee4ed0222222669de10e616a580b2a60135e /rustfmt.toml | |
| parent | 33928a00dc58250e24da1dae4e5db17e7b598d70 (diff) | |
Style changes
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 |
