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"