From 1c3ae8ec9658900b59325b22acff62fc2c6d9e17 Mon Sep 17 00:00:00 2001 From: kageru Date: Mon, 22 Nov 2021 16:34:19 +0100 Subject: [PATCH] Minor rustfmt changes --- 2021/rustfmt.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/2021/rustfmt.toml b/2021/rustfmt.toml index a1252c1..7a67ec9 100644 --- a/2021/rustfmt.toml +++ b/2021/rustfmt.toml @@ -1,7 +1,8 @@ newline_style = "Unix" max_width = 140 -imports_layout = "Horizontal" merge_imports = true +imports_granularity = "Crate" struct_field_align_threshold = 25 where_single_line = true edition = "2021" +use_small_heuristics = "Max"