From e5b0b744bcffe4c7199dfbb3598e9d9d5d8e182e Mon Sep 17 00:00:00 2001 From: aoyama Date: Mon, 11 Jan 2016 13:18:12 +0900 Subject: [PATCH] update .editorconfig --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index b462f8a9c..cdcbfd8b5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -19,3 +19,7 @@ trim_trailing_whitespace = true [Makefile] indent_style = tab +[*.{html,htm}] +trim_trailing_whitespace = false +insert_final_newline = false +