Merge pull request #35 from iocanel/34

Add .editorconfig that defines tab indent for all files

fixes gh-34
This commit is contained in:
Spencer Gibb
2017-01-16 14:10:36 -05:00
committed by GitHub

7
.editorconfig Normal file
View File

@@ -0,0 +1,7 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4