From 480059eaaee16da11718ad765eda5e0c90cef4d7 Mon Sep 17 00:00:00 2001 From: Alexandre Pasmantier <47638216+alexpasmantier@users.noreply.github.com> Date: Tue, 19 Nov 2024 00:11:50 +0100 Subject: [PATCH] chore(rustfmt): update rustfmt.toml (#42) --- rustfmt.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rustfmt.toml b/rustfmt.toml index 1d90db4..25a1262 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,2 +1,4 @@ edition = "2021" max_width = 79 +reorder_imports = true +use_field_init_shorthand = true