From c3d4219d415144719b4115847f396c4f324560aa Mon Sep 17 00:00:00 2001 From: Sajjad Hashemian Date: Sat, 25 Jun 2016 22:29:01 +0430 Subject: [PATCH] Set trim_trailing_whitespace false for markdown --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 65d44abc700..527c2c27d00 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,4 +11,4 @@ indent_style = space indent_size = 2 [*.md] -trim_trailing_whitespace = true +trim_trailing_whitespace = false