From 25b12d593bd2fcf586d4ef63478bfacb4f692e68 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Thu, 4 Jun 2020 16:54:17 +0200 Subject: [PATCH] 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