Update .editorconfig with trim_trailing_whitespace

Co-authored-by: Javier Neira  <atreyu.bbb@gmail.com>
This commit is contained in:
Pasqualino 'Titto' Assini 2020-10-08 17:58:12 +02:00 committed by GitHub
parent 2ac30932a6
commit 6c946d4adc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ indent_style = tab
[*]
end_of_line = LF
trim_trailing_whitespace = true
[*.{hs,lhs}]
indent_style = space