From 3d39847f754f443a0d0c518c030d636d98713860 Mon Sep 17 00:00:00 2001 From: mendhak Date: Fri, 25 Nov 2022 20:24:32 +0000 Subject: [PATCH] Allow trailing spaces in markdown files --- .editorconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 9a340a13..bc10bb02 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,4 +13,8 @@ charset = utf-8 # 4 space indentation [*.{py,java,r,R}] indent_style = space -indent_size = 4 \ No newline at end of file +indent_size = 4 + +[*.md] +trim_trailing_whitespace = false +charset = utf-8