From 520fa99a0004f9f13d9590994918ffa8696ac371 Mon Sep 17 00:00:00 2001 From: LenAnderson Date: Sat, 30 Dec 2023 11:42:27 +0000 Subject: [PATCH] don't trim trailing whitespace in markdown files --- .editorconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 2a13caeb..c170118f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,4 +8,7 @@ trim_trailing_whitespace = true [*.{js, conf, json}] charset = utf-8 indent_style = space -indent_size = 4 \ No newline at end of file +indent_size = 4 + +[*.md] +trim_trailing_whitespace = false