From e30e35004eca3a44d329bb625af3ca6ebe87fedb Mon Sep 17 00:00:00 2001 From: Samuel Cousin Date: Sun, 28 Jan 2018 21:22:19 +0000 Subject: [PATCH] Update .editorconfig to allow trailing whitespace in .md files (#947) --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 7871389c33a..b54e172c0db 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,3 +13,6 @@ trim_trailing_whitespace = true [*.rb] charset = utf-8 + +[*.md] +trim_trailing_whitespace = false