From 83605c7ee2404b06235bd092b3f6446603d6de3e Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Wed, 10 Aug 2022 23:33:58 +0300 Subject: [PATCH] fix Markdown double spaces end line --- .editorconfig | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.editorconfig b/.editorconfig index adb4aa0..0e1b087 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,11 +12,5 @@ insert_final_newline = true indent_style = space indent_size = 4 -# Ignore paths -[/content/] -charset = unset -end_of_line = unset -insert_final_newline = unset -trim_trailing_whitespace = unset -indent_style = unset -indent_size = unset +[*.md] +trim_trailing_whitespace = false