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