From 99c6556ff30abf7171630988f8e0dd8c95521447 Mon Sep 17 00:00:00 2001 From: Matthias Loibl Date: Sat, 24 Dec 2016 02:35:37 +0100 Subject: [PATCH] Don't trim trailing whitespaces for markdown (#467) --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 12b242448..437199c1a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -25,3 +25,6 @@ indent_size = 4 [Makefile] indent_style = tab + +[*.md] +trim_trailing_whitespace = false