From 68c6126f8954e73dcf5a5afb4fc92b56dd06c52e Mon Sep 17 00:00:00 2001 From: Anish Athalye Date: Tue, 30 Dec 2014 00:47:51 -0500 Subject: [PATCH] Update editorconfig Trailing whitespace is significant in Markdown files. --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 0a0b417..8638d94 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,3 +9,6 @@ trim_trailing_whitespace = true [*.py] indent_size = 4 + +[*.md] +trim_trailing_whitespace = false