Add .editrconfig

This commit is contained in:
BubuAnabelas 2016-12-14 18:21:14 -03:00
parent bbb81ba895
commit c8fd09b6c8

9
.editorconfig Normal file
View File

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