diff --git a/.editorconfig b/.editorconfig index 38ceac3b2..c7d3fbc2c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,11 +7,14 @@ root = true end_of_line = lf charset = utf-8 trim_trailing_whitespace = true -insert_final_newline = true [**.{js,json,md}] indent_style = space indent_size = 2 +insert_final_newline = true + +[**.{html,php}] +insert_final_newline = false [**.html] indent_style = tab diff --git a/perf/index.html b/perf/index.html index 2c559a334..9f3e6c717 100644 --- a/perf/index.html +++ b/perf/index.html @@ -79,4 +79,4 @@ }()); - + \ No newline at end of file diff --git a/test/backbone.html b/test/backbone.html index 4f7b03aa8..38572c28d 100644 --- a/test/backbone.html +++ b/test/backbone.html @@ -73,4 +73,4 @@ - + \ No newline at end of file diff --git a/test/index.html b/test/index.html index 40b06b4fb..40463eeb2 100644 --- a/test/index.html +++ b/test/index.html @@ -237,4 +237,4 @@ }; - + \ No newline at end of file diff --git a/test/underscore.html b/test/underscore.html index 8ae160616..2be2271e9 100644 --- a/test/underscore.html +++ b/test/underscore.html @@ -202,4 +202,4 @@
  • <%= data %>
  • - + \ No newline at end of file