diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..d35aa01471 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +* text=auto eol=lf +*.gif -text +*.jpg -text +*.mp4 -text +*.pdf -text +*.png -text +*.gz -text diff --git a/.prettierrc b/.prettierrc index 776b96e715..2bbeb7c420 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,4 +1,5 @@ { "tabWidth": 4, - "arrowParens": "always" -} + "arrowParens": "always", + "endOfLine": "lf" +} \ No newline at end of file