From 94a9f172d1ebdd49a4400680726038b0a6c5c1f3 Mon Sep 17 00:00:00 2001 From: Thomas Broyer Date: Mon, 22 Feb 2016 15:56:02 +0100 Subject: [PATCH] .editorconfig: trailing whitespace can have special meaning in Markdown --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.editorconfig b/.editorconfig index 33604a5657..dc5aff1472 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,3 +10,5 @@ end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true +[*.md] +trim_trailing_whitespace = false