From c4170ea836071f7812106b063403080fcb6b15a5 Mon Sep 17 00:00:00 2001 From: Romain Failliot Date: Sun, 29 Mar 2020 11:54:32 -0400 Subject: [PATCH] Don't trim trailing whitespace for .md files --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 81eba8c..95dc5bc 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,3 +7,6 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true end_of_line = lf + +[*.md] +trim_trailing_whitespace = false