Update .rustfmt.toml

This commit is contained in:
Taiki Endo
2023-10-02 02:17:39 +09:00
parent ac309afb84
commit f0b85d4f2b

View File

@@ -26,7 +26,7 @@ use_try_shorthand = true
# Set the default settings again to always apply the proper formatting without
# being affected by the editor settings.
edition = "2018"
edition = "2021"
hard_tabs = false
newline_style = "Unix"
tab_spaces = 4