From: Marco Biedermann Date: Thu, 5 Feb 2015 22:09:59 +0000 (+0100) Subject: do not trim trailing whitespace on markdown files X-Git-Tag: v5.5.2~133^2~8^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6260%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git do not trim trailing whitespace on markdown files --- diff --git a/.editorconfig b/.editorconfig index 1a3af920b..561cd5efd 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,3 +7,6 @@ indent_style = space indent_size = 2 trim_trailing_whitespace = true insert_final_newline = true + +[*.md] +trim_trailing_whitespace = false