workspace: Add `.rustfmt`

To not confuse anyone just running `rustfmt`, which might default to an
earlier edition.
This commit is contained in:
Lorenz Leutgeb 2025-10-10 15:04:48 +02:00
parent ea562215ea
commit 10e7b94c30
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

1
.rustfmt.toml Normal file
View File

@ -0,0 +1 @@
edition = "2021"