From 883ec533384f62460a90eb0555e475a0ca9fb4cc Mon Sep 17 00:00:00 2001 From: Ahmad <103906421+ahmadk953@users.noreply.github.com> Date: Fri, 31 May 2024 23:48:12 -0400 Subject: [PATCH] Updated End of Line Sequence to CRLF for Every File --- .prettierrc.json | 3 ++- components/ui/sheet.tsx | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.prettierrc.json b/.prettierrc.json index f5a575d..ecfa20a 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -4,5 +4,6 @@ "tabWidth": 2, "singleQuote": true, "jsxSingleQuote": true, - "plugins": ["prettier-plugin-tailwindcss"] + "plugins": ["prettier-plugin-tailwindcss"], + "endOfLine": "crlf" } diff --git a/components/ui/sheet.tsx b/components/ui/sheet.tsx index 768dfe5..566b93b 100644 --- a/components/ui/sheet.tsx +++ b/components/ui/sheet.tsx @@ -21,7 +21,7 @@ const SheetOverlay = React.forwardRef< >(({ className, ...props }, ref) => (