Add a .editorconfig file

The only setting of note is to use hard tabs in rust source files.
This commit is contained in:
Casey Rodarmor
2018-05-03 00:25:14 -04:00
committed by Antioch Peverell
parent 4dd94ff39e
commit ad6e7814de
+6
View File
@@ -0,0 +1,6 @@
# top-most .editorconfig file
root = true
# use hard tabs for rust source files
[*.rs]
indent_style = tab