From 18c5ab1edd6217d6d80d9c46de1804a1ce6a9e3e Mon Sep 17 00:00:00 2001 From: a2x <45197573+a2x@users.noreply.github.com> Date: Fri, 28 Mar 2025 23:15:27 +1000 Subject: [PATCH] Delete rustfmt.toml --- rustfmt.toml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 rustfmt.toml diff --git a/rustfmt.toml b/rustfmt.toml deleted file mode 100644 index 3331dbf7..00000000 --- a/rustfmt.toml +++ /dev/null @@ -1,9 +0,0 @@ -comment_width = 100 -format_code_in_doc_comments = true -format_macro_bodies = true -format_macro_matchers = true -normalize_comments = true -normalize_doc_attributes = true -reorder_impl_items = true -tab_spaces = 4 -wrap_comments = true