From 7437fa97836839c7bbdfff947b604188cb44a78d Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sun, 14 Apr 2013 03:12:58 +0200 Subject: [PATCH] chore(misc): update editorconfig --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 0f099897b..5d1263484 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,3 +8,6 @@ end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true + +[*.md] +trim_trailing_whitespace = false