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) => (