From 2656ecbe901d5625a6d355b2c60fb57b3eec161e Mon Sep 17 00:00:00 2001 From: Francis Tseng Date: Sat, 10 Aug 2024 23:40:24 +0200 Subject: [PATCH] minor cleanup --- hes-editor/rustfmt.toml | 6 ------ hes-game/rustfmt.toml => rustfmt.toml | 0 2 files changed, 6 deletions(-) delete mode 100644 hes-editor/rustfmt.toml rename hes-game/rustfmt.toml => rustfmt.toml (100%) diff --git a/hes-editor/rustfmt.toml b/hes-editor/rustfmt.toml deleted file mode 100644 index 01bcc29e..00000000 --- a/hes-editor/rustfmt.toml +++ /dev/null @@ -1,6 +0,0 @@ -edition = "2021" -max_width = 64 -reorder_imports = true -imports_layout = "HorizontalVertical" -imports_granularity = "Crate" - diff --git a/hes-game/rustfmt.toml b/rustfmt.toml similarity index 100% rename from hes-game/rustfmt.toml rename to rustfmt.toml