summaryrefslogtreecommitdiff
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2026-05-23 19:56:41 +0200
committerHampusM <hampus@hampusmat.com>2026-05-26 16:28:59 +0200
commit2740ffa2c0ea486eef6f0a0dcbf52b61d696a7a1 (patch)
treea7a8bba7e119354abbaa9fff6ec4e16d2f66b829 /rustfmt.toml
parent30c8c49ecd86ccd7fad07fee53b697c3b86c4fc0 (diff)
style: format for Rust edition 2021
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
index b735c10..67240b1 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -1,4 +1,4 @@
-edition = "2024"
+edition = "2021"
max_width = 90
brace_style = "AlwaysNextLine"
group_imports = "StdExternalCrate"