diff --git a/.gitattributes b/.gitattributes index 19d9018f..6313b56c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1 @@ -* text=auto -*.tsx text eol=lf \ No newline at end of file +* text=auto eol=lf diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 00000000..a598fca4 --- /dev/null +++ b/.prettierrc @@ -0,0 +1,3 @@ +{ + "endOfLine": "lf" +}