add rustfmt.toml with hard_tabs to match .editorconfig

This commit is contained in:
Andrew Dirksen 2018-11-13 16:33:52 -08:00
parent 7b4c648acb
commit 13f08b3f9e
1 changed files with 4 additions and 0 deletions

4
rustfmt.toml Normal file
View File

@ -0,0 +1,4 @@
# Using hard tabs because that's what .editorconfig calls for.
# Note, hard tabs is normally false. This is a non-standard setup.
hard_tabs=true
tab_spaces=4