add trim_trailing_whitespace to editorconf

This commit is contained in:
Nicolas Fella 2019-06-11 01:08:31 +02:00
parent e601755644
commit 301a2281ea

View file

@ -7,3 +7,4 @@ insert_final_newline = true
indent_style = space indent_style = space
indent_size = 4 indent_size = 4
charset = utf-8 charset = utf-8
trim_trailing_whitespace = true