From 2477aad9eba0cc0945629580179091faaa17e3b1 Mon Sep 17 00:00:00 2001 From: Jordan Atwood Date: Thu, 18 Aug 2022 10:28:46 -0700 Subject: [PATCH] Permit editorconfig trailing whitespace in markdown --- src/.editorconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/.editorconfig b/src/.editorconfig index 66e7711..8f30907 100644 --- a/src/.editorconfig +++ b/src/.editorconfig @@ -20,3 +20,8 @@ trim_trailing_whitespace = true # use 2 spaces for indentation indent_style = space indent_size = 2 + +# markdown +[*.md] +# permit trailing whitespace (it can be used for single line breaks) +trim_trailing_whitespace = false