From f42581850ff5e2f3f823bd15efe537c85b57b0ff Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 8 Jan 2021 20:59:57 +0100 Subject: [PATCH] Don't trim trailing whitespace in markdown files --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 015de2fb..6a51fe4a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,5 +10,8 @@ trim_trailing_whitespace = true indent_style = space indent_size = 4 +[*.md] +trim_trailing_whitespace = false + [*.yml] indent_size = 2