From fe39776f4a10d2dde1252541d79cb8a2b2b4deea Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 14 Feb 2023 10:32:11 +0200 Subject: [PATCH] editorconfig: don't trim trailing whitespace Markdown allows two trailing whitespaces to have a line change within a paragraph --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 6cd430c..f14012d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,5 @@ root = true [*] -trim_trailing_whitespace = true +trim_trailing_whitespace = false insert_final_newline = true