diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6313b56 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf diff --git a/.prettierrc.json b/.prettierrc.json index aea847c..d6f3fad 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,5 +1,6 @@ { "semi": true, "trailingComma": "all", - "singleQuote": true + "singleQuote": true, + "endOfLine": "lf" }