From 8fb3ae405f922a7f9fc9c6f159c26bb0d3555ee6 Mon Sep 17 00:00:00 2001 From: SquidDev Date: Sun, 19 Nov 2017 15:04:21 +0000 Subject: [PATCH] Ensure we don't strip any whitespace --- .editorconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index f04c87852..54a07c942 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,7 +5,9 @@ indent_style = space indent_size = 4 end_of_line = lf charset = utf-8 -trim_trailing_whitespace = true +# Sadly too many files have whitespace errors, so we leave this as is for +# now and just make sure we don't introduce any more. +# trim_trailing_whitespace = true insert_final_newline = true [*.md]