add rustfmt.toml and run cargo fmt

This commit is contained in:
Carson McManus 2021-08-08 12:54:46 -04:00
parent 52d247f102
commit b57bc38341
8 changed files with 1123 additions and 1120 deletions

3
rustfmt.toml Normal file
View file

@ -0,0 +1,3 @@
tab_spaces = 4
hard_tabs = true
normalize_comments = true