From 65b8b5c1a8d974a2292551accc53d767239f37d5 Mon Sep 17 00:00:00 2001 From: thesimplekid Date: Mon, 15 Apr 2024 15:37:46 +0100 Subject: [PATCH] chore: remove duplicate rustfmt --- .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 547421e7..00000000 --- a/.rustfmt.toml +++ /dev/null @@ -1,9 +0,0 @@ -tab_spaces = 4 -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"