Add .editorconfig

This commit is contained in:
Robert Miles 2018-06-20 17:35:01 -04:00
parent 4ccf152882
commit 67bddbad04
1 changed files with 8 additions and 0 deletions

8
.editorconfig Normal file
View File

@ -0,0 +1,8 @@
# EdeitorConfig to make ben's editor stop defaulting to spaces
root = true # yes, this is the root editorconfig for this project
[*] # all files
end_of_line = lf #unix-style file endings
insert_final_newline = true #posix text files plz
indent_style = tab # tabs plz