mirror of
https://gitlab.com/veloren/veloren
synced 2026-08-16 16:26:07 -04:00
Make running rustfmt directly work (needed for format on save in my editor with new 2024 syntax)
This commit is contained in:
parent
e13c4dd9f4
commit
3eaac9be7a
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
hard_tabs = false
|
||||
edition = "2024"
|
||||
style_edition = "2024"
|
||||
hard_tabs = false
|
||||
|
||||
format_code_in_doc_comments = true
|
||||
format_strings = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue