From daa632495c22c445e09e0b964dcb02eac2fc1adb Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Mon, 28 Sep 2015 00:11:54 +0300 Subject: [PATCH] Handled special .editorconfig case for markdown --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 9866c39..257221d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,3 +9,6 @@ insert_final_newline = true indent_style = space indent_size = 4 trim_trailing_whitespace = true + +[*.md] +trim_trailing_whitespace = false