From 877a3af671ecb7de27e3e561d7d6d2d905b150d6 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Mon, 21 Jul 2025 10:44:51 -0700 Subject: [PATCH] Add rustfmt.toml This is intended to help with editor integration for using the correct style edition. --- rustfmt.toml | 1 + 1 file changed, 1 insertion(+) create mode 100644 rustfmt.toml diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 00000000..35011368 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1 @@ +style_edition = "2024"