add editor config

This commit is contained in:
Alejandro Nanez 2018-02-19 17:03:47 -05:00
parent 7b0a7bae46
commit 23b6cc4c58

8
.editorconfig Normal file
View file

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