grin/.editorconfig
Casey Rodarmor ad6e7814de Add a .editorconfig file
The only setting of note is to use hard tabs in rust source files.
2018-05-07 10:08:55 -04:00

6 lines
107 B
INI

# top-most .editorconfig file
root = true
# use hard tabs for rust source files
[*.rs]
indent_style = tab