From c65fd1d21838a26c6a451229e01bbccdcb92b7d3 Mon Sep 17 00:00:00 2001 From: Brandon Maier Date: Mon, 13 Jul 2026 08:34:05 -0500 Subject: [PATCH] rustfmt: make cargo-fmt and rustfmt act the same --- .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 0000000..3501136 --- /dev/null +++ b/.rustfmt.toml @@ -0,0 +1 @@ +style_edition = "2024"