From 639651885ca5d1ee4d81c91a82c7376960a3f048 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