Make running rustfmt directly work (needed for format on save in my editor with new 2024 syntax)

This commit is contained in:
Imbris 2026-07-30 21:49:20 -04:00
parent e13c4dd9f4
commit 3eaac9be7a

View file

@ -1,5 +1,6 @@
hard_tabs = false
edition = "2024"
style_edition = "2024"
hard_tabs = false
format_code_in_doc_comments = true
format_strings = true