Update .editorconfig

Co-authored-by: Javier Neira  <atreyu.bbb@gmail.com>
This commit is contained in:
Pasqualino 'Titto' Assini 2020-10-11 20:25:05 +02:00 committed by GitHub
parent db5942c2eb
commit 11f7435907
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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