From 801e15fd5aabfac29585f45ba653ea27551d06f7 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Tue, 17 Jun 2025 16:24:46 -0700 Subject: [PATCH] Add style_edition to rustfmt.toml Set style edition to 2024. --- rustfmt.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rustfmt.toml b/rustfmt.toml index be6f4bf..b377055 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,3 +1,5 @@ +style_edition = "2024" + imports_layout = "HorizontalVertical" group_imports = "StdExternalCrate"