Add .editorconfig

This commit is contained in:
Robert Miles 2018-11-15 17:40:25 -05:00
parent 16c8052ee8
commit e01fe1a2e9
1 changed files with 8 additions and 0 deletions

8
.editorconfig Normal file
View File

@ -0,0 +1,8 @@
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
indent_style = tab