From 567171993bb657a53f23d4fd51fa4e05b3d4fe53 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 26 Jan 2016 18:02:00 -0800 Subject: [PATCH] Define trim_trailing_whitespace rule for all files. --- .editorconfig | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index 2dfda64b3..b889a368c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,7 +8,5 @@ charset = utf-8 end_of_line = lf indent_size = 2 indent_style = space -trim_trailing_whitespace = true - -[**.{html,js,json,md}] insert_final_newline = true +trim_trailing_whitespace = true