Add editorconfig

This commit is contained in:
Daniel Flanagan 2018-11-16 16:36:54 -06:00
parent 00f2b4fd3c
commit e40c608df7
1 changed files with 8 additions and 0 deletions

8
.editorconfig Normal file
View File

@ -0,0 +1,8 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = tab
indent_size = 2