From 9ecad965bbd8afdda702b040226cd9f072f2e591 Mon Sep 17 00:00:00 2001 From: hub <48992448+nothub@users.noreply.github.com> Date: Wed, 20 Jul 2022 14:52:17 +0200 Subject: [PATCH] editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index ab3ba96..847b461 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,7 +10,7 @@ indent_style = space insert_final_newline = true trim_trailing_whitespace = true -[*.{md, markdown}] +[*.md] trim_trailing_whitespace = false [*.{json, toml, xml, yml, yaml}]