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 @@
- \ No newline at end of file + diff --git a/example/style.less b/example/style.less index 08a6c02086..6eda1495fd 100644 --- a/example/style.less +++ b/example/style.less @@ -1,3 +1,3 @@ body { background: url(pixels.png); -} \ No newline at end of file +} diff --git a/example/svg.svg b/example/svg.svg index b5343eb7f8..33350a7f82 100644 --- a/example/svg.svg +++ b/example/svg.svg @@ -30,4 +30,4 @@ - \ No newline at end of file + diff --git a/example/unparseable.js b/example/unparseable.js index 1e47a53492..1fe88c9685 100644 --- a/example/unparseable.js +++ b/example/unparseable.js @@ -1 +1 @@ -}]) \ No newline at end of file +}]) diff --git a/example/webpack.config.array.js b/example/webpack.config.array.js index 4b4ffc794b..5f0171c5c3 100644 --- a/example/webpack.config.array.js +++ b/example/webpack.config.array.js @@ -26,4 +26,4 @@ module.exports = [ new webpack.optimize.UglifyJsPlugin() ] } -] \ No newline at end of file +] diff --git a/example/webpack.config.js b/example/webpack.config.js index 38922c8660..acfa3387c0 100644 --- a/example/webpack.config.js +++ b/example/webpack.config.js @@ -7,4 +7,4 @@ module.exports = { { test: /\.png$/, loader: "file?prefix=img/" } ] } -} \ No newline at end of file +}