From 474f1768c6f4232dc2d2c4179ff6005b6cdb231d Mon Sep 17 00:00:00 2001 From: gdi2290 Date: Tue, 27 Jan 2015 00:14:48 -0800 Subject: [PATCH] chore(.editorconfig): include markdown config --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 9099689136..f1cc3ad329 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,3 +9,7 @@ indent_size = 2 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true + +[*.md] +insert_final_newline = false +trim_trailing_whitespace = false