diff options
| -rw-r--r-- | rustfmt.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml index df78ba9..b735c10 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,3 +1,4 @@ +edition = "2024" max_width = 90 brace_style = "AlwaysNextLine" group_imports = "StdExternalCrate" |
