editorconfig: Add trim_trailing_whitespace (#1193)

From editorconfig.org:

trim_trailing_whitespace: set to true to remove any whitespace
characters preceding newline characters and false to ensure it doesn't.
This commit is contained in:
José Expósito 2021-08-06 13:52:43 +02:00 committed by GitHub
parent fd1018e0bd
commit f5cc106188
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@ charset = utf-8
end_of_line = lf
indent_size = tab
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 80
tab_width = 4