From aa6376c1209efa4683fd271b11f9139bf207a44d Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Fri, 22 Mar 2019 11:17:55 -0700 Subject: [PATCH] [chore] Add trim_trailing_whitespace rule to .editorconfig --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 5b42e032..3293ab85 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,3 +4,6 @@ root = true [*] indent_style = space indent_size = 2 + +[*.md] +trim_trailing_whitespace = false