From f830612f1708b24f67d465ff24610b85fd9e575b Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Fri, 1 Jan 2016 14:49:47 -0600 Subject: [PATCH] Update tab/spacing rules for html files. --- .editorconfig | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index ec3ebbd69..2dfda64b3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,8 +10,5 @@ indent_size = 2 indent_style = space trim_trailing_whitespace = true -[**.{js,json,md}] +[**.{html,js,json,md}] insert_final_newline = true - -[**.html] -insert_final_newline = false