From c7e23558f5f9ed52a6bf851cb856e5dee762fce7 Mon Sep 17 00:00:00 2001 From: Mikolaj Wielgus Date: Fri, 4 Oct 2024 03:04:48 +0200 Subject: [PATCH] cargo: add .rustfmt.toml file to have the same autoformatting --- .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..3a26366 --- /dev/null +++ b/.rustfmt.toml @@ -0,0 +1 @@ +edition = "2021"