make rustfmt.toml consistent with editorconfig because of course rustfmt refuses to use the editorconfig

This commit is contained in:
Elijah R
2024-08-04 15:59:39 -04:00
parent 64d4774d00
commit b00c662b95
6 changed files with 262 additions and 259 deletions
+3
View File
@@ -0,0 +1,3 @@
tab_spaces = 4
newline_style = "Unix"
hard_tabs = true