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 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",