From 35531af02e1cb980301eb1fad1a1f9842ba88c84 Mon Sep 17 00:00:00 2001 From: David Crossley Date: Tue, 19 Dec 2017 17:20:38 +1100 Subject: [PATCH] Allow markdown trailing whitespace FOLIO-351 For line-break --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 183f3d586..0049e292c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,3 +9,6 @@ indent_size = 2 indent_style = space insert_final_newline = true trim_trailing_whitespace = true + +[*.md] +trim_trailing_whitespace = false