From 541f4acf1dbd45c97d69bdd0b3b64039a86af61c Mon Sep 17 00:00:00 2001 From: a2x <45197573+a2x@users.noreply.github.com> Date: Tue, 9 Apr 2024 20:42:12 +1000 Subject: [PATCH] Update rustfmt.toml --- rustfmt.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/rustfmt.toml b/rustfmt.toml index 1f768ef..3331dbf 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -2,10 +2,8 @@ comment_width = 100 format_code_in_doc_comments = true format_macro_bodies = true format_macro_matchers = true -imports_granularity = "Module" normalize_comments = true normalize_doc_attributes = true reorder_impl_items = true -reorder_imports = true tab_spaces = 4 wrap_comments = true