From 7bbc1887fe2eb2aa8ad736cf4495ef627d71b06a Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 14 Feb 2023 10:33:42 +0200 Subject: [PATCH] .editorconfig: allow trailing whitespace [CI SKIP] --- .editorconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index c6867fb..ef15e0b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,7 +3,8 @@ root = true [*] # Future: https://github.com/editorconfig/editorconfig/issues/89 end_of_line = lf -trim_trailing_whitespace = true +# two whitespaces at end of line is a new line within paragraph +trim_trailing_whitespace = false insert_final_newline = true charset = utf-8 # This project uses Jekyll which has YAML frontend matter everywhere and