From e3856720214dce8151189cf7e56865eab348eb61 Mon Sep 17 00:00:00 2001 From: Christian Cook <3473396+CookieCookson@users.noreply.github.com> Date: Sun, 8 Dec 2024 19:26:32 +0000 Subject: [PATCH] fix: Add CRLF support to prettier --- .prettierrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.prettierrc.json b/.prettierrc.json index fff44e75..088ce50b 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,5 +1,5 @@ { - "endOfLine": "lf", + "endOfLine": "auto", "printWidth": 80, "semi": true, "singleQuote": false,