From 9ff5fa4acfb3174e0b9dd2b12edc08f132d25d5a Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 21 Dec 2013 10:03:40 -0600 Subject: [PATCH] Remove trailing newlines in .html files and add .php to .editorconfig. [ci skip] --- .editorconfig | 5 ++++- perf/index.html | 2 +- test/backbone.html | 2 +- test/index.html | 2 +- test/underscore.html | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) 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