From 3eaac9be7a82ed1c604951012400fe49b19cb555 Mon Sep 17 00:00:00 2001 From: Imbris Date: Thu, 30 Jul 2026 21:49:20 -0400 Subject: [PATCH] Make running rustfmt directly work (needed for format on save in my editor with new 2024 syntax) --- .rustfmt.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.rustfmt.toml b/.rustfmt.toml index 8be9cf36fe..948cb6877e 100644 --- a/.rustfmt.toml +++ b/.rustfmt.toml @@ -1,5 +1,6 @@ -hard_tabs = false +edition = "2024" style_edition = "2024" +hard_tabs = false format_code_in_doc_comments = true format_strings = true