add editorconfig

This commit is contained in:
dkanada 2019-05-24 09:59:04 -07:00
parent 549d982e77
commit 4ad7d984fd

9
.editorconfig Normal file
View file

@ -0,0 +1,9 @@
root = true
[*]
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf