Add `trim_trailing_whitespace` to editorconfig

This commit is contained in:
Daniel Flanagan 2019-10-31 11:39:57 -05:00
parent dd33444f7e
commit 63fbc3b517
1 changed files with 1 additions and 0 deletions

View File

@ -14,3 +14,4 @@ charset = utf-8
[*.{c,h}]
indent_style = space
indent_size = 3
trim_trailing_whitespace = true