From 47472afed2c9ab5b67e7f02bf9003d5f8173a0fc Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Thu, 18 Feb 2016 21:06:58 +0100 Subject: [PATCH] editorconfig: do not trim trailing whitespaces in Markdown files --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index e376cf7299..ed5699bd11 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,3 +10,6 @@ trim_trailing_whitespace = true insert_final_newline = true indent_style = space indent_size = 2 + +[*.md] +trim_trailing_whitespace = false