From dd18a34021aa7a702297cc6a27edee1e5a97c45f Mon Sep 17 00:00:00 2001 From: Bisaloo Date: Fri, 2 Feb 2018 15:04:18 +0100 Subject: [PATCH] Automatically remove trailing whitespaces Many contributors will have this set as their default text editor config but it isn't the case on GitHub. Because GitHub natively works with editorconfig, trailing whitespaces will be trimmed even with the online editor. --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 74835044e555..e93ea3f1b6c3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,6 +6,7 @@ root = true end_of_line = lf insert_final_newline = true charset = utf-8 +trim_trailing_whitespace = true [src/chrome/content/rules/*.xml] indent_style = tab