From 1ad95627eeef159fd1de7abfa6b590ab058db62c Mon Sep 17 00:00:00 2001 From: Rowan Manning Date: Thu, 12 Dec 2013 09:38:21 +0000 Subject: [PATCH] Don't trim trailing spaces in markdown --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index dc6809d..b981f71 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,3 +8,6 @@ end_of_line = lf insert_final_newline = true indent_style = tab trim_trailing_whitespace = true + +[*.md] +trim_trailing_whitespace = false