Add .editorconfig file

This commit is contained in:
Broda Noel 2017-07-08 03:35:15 -03:00 committed by GitHub
parent 8e25dc7e7b
commit c70062c6e5

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = LF
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false