From 3d7c416dc825150741b1f257daf41df9fc057a51 Mon Sep 17 00:00:00 2001 From: Theo Paris Date: Sun, 31 Aug 2025 02:35:36 -0700 Subject: [PATCH] feat: add a rustfmt config file (#1160) --- rustfmt.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 rustfmt.toml diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 000000000..33807703f --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,2 @@ +edition = "2024" +