From 69454fa9bb8517c0256ab3506e49e811d57904d9 Mon Sep 17 00:00:00 2001 From: Steven Chang Date: Thu, 20 Jul 2023 12:49:56 +1000 Subject: [PATCH] .rustmfmt.toml: add edition --- .rustfmt.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.rustfmt.toml b/.rustfmt.toml index 78e82623..87b50da5 100644 --- a/.rustfmt.toml +++ b/.rustfmt.toml @@ -1,3 +1,4 @@ +edition = "2021" tab_spaces = 2 max_width = 100