editorconfig: trim trailing whitespace

This commit is contained in:
Isaac Freund 2020-06-04 16:54:17 +02:00
parent fcea0863f2
commit 25b12d593b
No known key found for this signature in database
GPG key ID: 86DED400DDFD7A11

View file

@ -4,6 +4,7 @@ root = true
charset = utf8 charset = utf8
end_of_line = lf end_of_line = lf
insert_final_newline = true insert_final_newline = true
trim_trailing_whitespace = true
[*.zig] [*.zig]
indent_style = space indent_style = space