From 91d59dab14c1b514d0c229f960d3b245ce19de8a Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Thu, 11 Aug 2022 00:49:36 +0300 Subject: [PATCH] remove markdown whitespace trim --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 1047692..7675716 100644 --- a/.editorconfig +++ b/.editorconfig @@ -39,6 +39,10 @@ indent_size = 4 indent_style = tab indent_size = 2 +# Markdown +[*.md] +trim_trailing_whitespace = false + # Other [Makefile] indent_style = tab