From 10e7b94c304d215ad4a1ff326233098ab182d0b1 Mon Sep 17 00:00:00 2001 From: Lorenz Leutgeb Date: Fri, 10 Oct 2025 15:04:48 +0200 Subject: [PATCH] workspace: Add `.rustfmt` To not confuse anyone just running `rustfmt`, which might default to an earlier 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..3a26366d --- /dev/null +++ b/.rustfmt.toml @@ -0,0 +1 @@ +edition = "2021"