From afc093d9c7f3498f8bb30ed82abc3364de3a864f Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Thu, 18 Jun 2015 22:52:39 +0200 Subject: [PATCH] Removed the insertion of a final new line in html files --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 1b55586..c44e8fb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,5 +13,8 @@ trim_trailing_whitespace = true [*.md] trim_trailing_whitespace = false +[*.html] +insert_final_newline = false + [*.{html,css,js,yaml,toml,json}] indent_size = 4