summaryrefslogtreecommitdiff
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2025-11-06 17:42:25 +0100
committerHampusM <hampus@hampusmat.com>2025-11-06 17:42:25 +0100
commit72cf01d464c9f5b192c0254c7dab17ffcaf69e44 (patch)
treea7f897fc3f50a1ccf6646eaaf71d3a39e46daacc /rustfmt.toml
parent56dea9f5e8c293bfdfa350f48669e14a5dd4499d (diff)
chore: add edition to rustfmt config
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml1
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"