From 0199acd570ac64bf2095f19d8c6d41dd815fcd8c Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 14 Feb 2023 10:31:36 +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