From a855a9073b39be2ec337b90c2b98c0a8b3858651 Mon Sep 17 00:00:00 2001 From: Ahmad <103906421+ahmadk953@users.noreply.github.com> Date: Tue, 4 Jun 2024 20:38:37 -0400 Subject: [PATCH] Revert commit 883ec53 --- .prettierrc.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"] }