Add trim_trailing_whitespace to .editorconfig

This commit is contained in:
Daniel Imms 2016-04-07 23:49:11 -07:00
parent 55dfa60408
commit 2a5c6417da

View file

@ -7,6 +7,7 @@ root = true
[*]
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
# The indent size used in the `package.json` file cannot be changed
# https://github.com/npm/npm/pull/3180#issuecomment-16336516