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