From eb951c008beea502042db4a3a0e8d1f8b51f6f52 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Fri, 4 Nov 2022 09:30:44 +0100 Subject: Style changes --- rustfmt.toml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'rustfmt.toml') 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 -- cgit v1.2.3