diff --git a/.prettierrc.json b/.prettierrc.json index ecfa20a..f5a575d 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -4,6 +4,5 @@ "tabWidth": 2, "singleQuote": true, "jsxSingleQuote": true, - "plugins": ["prettier-plugin-tailwindcss"], - "endOfLine": "crlf" + "plugins": ["prettier-plugin-tailwindcss"] }