From 494713b55a40d5b1216acd8b44fe0e463224f73d Mon Sep 17 00:00:00 2001
From: Martijn Cuppens <martijn.cuppens@gmail.com>
Date: Wed, 2 Oct 2019 21:48:15 +0200
Subject: [PATCH] Trim trailing whitespace from markdown files (#29460)

---
 .editorconfig | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.editorconfig b/.editorconfig
index 9d5248e86f..f29d257cc5 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -9,6 +9,3 @@ indent_size = 2
 indent_style = space
 insert_final_newline = true
 trim_trailing_whitespace = true
-
-[*.md]
-trim_trailing_whitespace = false
-- 
GitLab