From a4ab33b4d09e1e31c2b9204ad9f10cb2a0ecf656 Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Sun, 27 Dec 2015 00:52:38 +0000 Subject: [PATCH] Clarify EditorConfig for Markdown files --- .editorconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index bc2f341..8fc4810 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,4 +8,7 @@ end_of_line = lf indent_size = 4 indent_style = tab trim_trailing_whitespace = true -insert_final_newline = true \ No newline at end of file +insert_final_newline = true + +[*.md] +trim_trailing_whitespace = false \ No newline at end of file