Update .editorconfig

This commit is contained in:
GuilhermeWerner
2020-09-05 14:31:59 -03:00
parent c4133333c1
commit 45ad5c6861

View File

@ -5,5 +5,8 @@ end_of_line = lf
indent_style = space indent_style = space
indent_size = 4 indent_size = 4
charset = utf-8 charset = utf-8
trim_trailing_whitespace = false trim_trailing_whitespace = true
insert_final_newline = true insert_final_newline = true
[*.md]
trim_trailing_whitespace = false