From 38cbfbc5f84438c63e72f613ad5c6acb4bffed73 Mon Sep 17 00:00:00 2001 From: Bogdan Chadkin Date: Sun, 14 Feb 2016 16:12:54 +0300 Subject: [PATCH] Force unix linebreaks --- .eslintrc | 1 - .gitattributes | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.eslintrc b/.eslintrc index 6e5fb1a..58b123a 100644 --- a/.eslintrc +++ b/.eslintrc @@ -2,7 +2,6 @@ "rules": { "indent": [ 2, "tab", { "SwitchCase": 1 } ], "quotes": [ 2, "single" ], - "linebreak-style": [ 2, "unix" ], "semi": [ 2, "always" ], "space-after-keywords": [ 2, "always" ], "space-before-blocks": [ 2, "always" ], diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4964429 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.js eol=lf