Add trim_trailing_whitespace to .editorconfig

This commit is contained in:
patrick96 2017-09-24 08:31:42 +02:00
parent 16daefd609
commit ad4baf87cf
No known key found for this signature in database
GPG Key ID: 521E5E03AEBCA1A7
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ root = true
[*]
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 2
charset = utf-8