From 7d76969000d2781453b117904ed8994b9946c3d5 Mon Sep 17 00:00:00 2001 From: thesimplekid Date: Sun, 10 Nov 2024 12:33:27 +0000 Subject: [PATCH] chore: rust fmt --- rustfmt.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rustfmt.toml b/rustfmt.toml index 9b155f2e6..547421e78 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,5 +1,9 @@ tab_spaces = 4 -max_width = 100 newline_style = "Auto" reorder_imports = true reorder_modules = true +reorder_impl_items = false +indent_style = "Block" +normalize_comments = false +imports_granularity = "Module" +group_imports = "StdExternalCrate"