From f47f2c825dff36185e1f116bd046001536d8fcf2 Mon Sep 17 00:00:00 2001 From: Tobias Messner Date: Sat, 15 Jan 2022 23:49:17 +0100 Subject: [PATCH 1/2] Fix issues with line endings --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..94f480de --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf \ No newline at end of file From bdc18bb5ae06c562ac15326e34934be8adf5214c Mon Sep 17 00:00:00 2001 From: Solomon Cammack Date: Tue, 18 Jan 2022 20:29:17 +0000 Subject: [PATCH 2/2] Revert the eslint change here too --- website/.eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/.eslintrc.json b/website/.eslintrc.json index 48db9772..77066034 100644 --- a/website/.eslintrc.json +++ b/website/.eslintrc.json @@ -19,7 +19,7 @@ ], "linebreak-style": [ "error", - "windows" + "unix" ], "quotes": [ "error",