summaryrefslogtreecommitdiff
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2026-03-28 20:33:49 -0400
committerMica White <botahamec@outlook.com>2026-03-28 20:33:49 -0400
commit6d73f96706814e58d03761ae997972a6551c081e (patch)
tree272f4dbb898c2a89daddc07e53c5bea7ce47a1ea /rustfmt.toml
parent2f71b45a753ff80cd9d7710be47b6777ed43e807 (diff)
MVP autosave command
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 3a79d0e..d3d0d1e 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -1,2 +1,3 @@
+edition = "2024"
hard_tabs = true
newline_style = "Unix"