| commit | 758064012981af0e045ba9b6d4d6ba2a5e94a3f2 |
| parent | 57f0d15b76 |
| author | Isaac Freund <[email protected]> |
| date | 2020-06-04 16:54 |
editorconfig: trim trailing whitespace
.editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 80d5e41..0c15f6c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,6 +4,7 @@ root = true charset = utf8 end_of_line = lf insert_final_newline = true +trim_trailing_whitespace = true [*.zig] indent_style = space