diff --git a/.editorconfig b/.editorconfig
index 636843bbd9..6c965dc605 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -2,4 +2,4 @@ root = true
[*.js]
indent_style=tab
-trim_trailing_whitespace=true
\ No newline at end of file
+trim_trailing_whitespace=true
diff --git a/.gitattributes b/.gitattributes
index 37d514472a..ff5566febb 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,2 +1,2 @@
* text=auto
-bin/* eol=lf
\ No newline at end of file
+bin/* eol=lf
diff --git a/.gitignore b/.gitignore
index 88531067fc..dfb86a5cdf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,3 @@
node_modules
/client/live.bundle.js
-/client/index.bundle.js
\ No newline at end of file
+/client/index.bundle.js
diff --git a/.jsbeautifyrc b/.jsbeautifyrc
index 79b0498467..65c64ee695 100644
--- a/.jsbeautifyrc
+++ b/.jsbeautifyrc
@@ -22,4 +22,4 @@
"unescape_strings": false,
"wrap_line_length": 0
}
-}
\ No newline at end of file
+}
diff --git a/example/alternative.config.js b/example/alternative.config.js
index d4a98bdc4c..f12344049b 100644
--- a/example/alternative.config.js
+++ b/example/alternative.config.js
@@ -10,4 +10,4 @@ module.exports = {
plugins: [
new webpack.optimize.UglifyJsPlugin()
]
-}
\ No newline at end of file
+}
diff --git a/example/app.js b/example/app.js
index bdc314aee6..0ac79a9895 100644
--- a/example/app.js
+++ b/example/app.js
@@ -6,4 +6,4 @@ document.write("It's working.");
// if(!window) require("./" + window + "parseable.js");
// This results in an error:
-// if(!window) require("test");
\ No newline at end of file
+// if(!window) require("test");
diff --git a/example/inlined.html b/example/inlined.html
index 6f9245301a..22643e1d9a 100644
--- a/example/inlined.html
+++ b/example/inlined.html
@@ -8,4 +8,4 @@