From adcc186c151810584a85f34f5cc88752f449e6b7 Mon Sep 17 00:00:00 2001 From: Brandon Date: Sat, 3 Aug 2019 09:56:26 -0500 Subject: [PATCH] Editorconfig updates --- .editorconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 09a9fd89bc..bd35b59f2a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,3 @@ -# editorconfig.org - root = true [*] @@ -12,3 +10,6 @@ insert_final_newline = true [*.php] indent_size = 4 + +[*.md] +trim_trailing_whitespace = false