[chore] Add .editorconfig

This commit is contained in:
Gabriel Rodríguez Alsina 2018-07-03 18:58:24 -03:00
parent a4adce4d6e
commit d6e1f3f7c3
1 changed files with 8 additions and 0 deletions

8
.editorconfig Normal file
View File

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