From 0d05f382279293b534ce675a74c3c058f529c26d Mon Sep 17 00:00:00 2001 From: Zac Yu Date: Sun, 2 Apr 2017 05:45:43 -0400 Subject: [PATCH] Enforce LF ending. --- .eslintrc | 1 - .gitattributes | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.eslintrc b/.eslintrc index 7521079..7f88b54 100644 --- a/.eslintrc +++ b/.eslintrc @@ -25,6 +25,5 @@ "space-in-parens": 1, "space-infix-ops": 1, "valid-jsdo": 0, - "linebreak-style":["error","windows"] } } diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..cbdcbbc --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.js text eol=lf