aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-01-21 15:09:33 +0000
committerFuwn <[email protected]>2026-01-21 15:09:33 +0000
commit499fd5ebbbcbd70b4fc72f1698c84ee4bd443b9c (patch)
tree76e75eadb4032b8abb3d2b5a1749cf290701c75e
parentrefactor(response): Remove escaped newlines (diff)
downloadseptember-499fd5ebbbcbd70b4fc72f1698c84ee4bd443b9c.tar.xz
september-499fd5ebbbcbd70b4fc72f1698c84ee4bd443b9c.zip
chore(rustfmt.toml): Update version to style_edition
-rw-r--r--rustfmt.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
index 468dd47..13ea463 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -20,6 +20,5 @@ tab_spaces = 2
use_field_init_shorthand = true
use_small_heuristics = "Max"
use_try_shorthand = true
-version = "Two"
+style_edition = "2024"
wrap_comments = true
-