From 4df12db36508ea80e74925f223b43fed88223322 Mon Sep 17 00:00:00 2001 From: Micropu <2001972@qq.com> Date: Thu, 7 Mar 2024 14:59:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B0=BE=E8=A1=8C=E9=A3=8E?= =?UTF-8?q?=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .prettierrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.prettierrc.json b/.prettierrc.json index 5adf1d3..7d0fc2d 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -2,6 +2,6 @@ "printWidth": 100, "singleQuote": true, "semi": false, - "endOfLine": "lf", + "endOfLine": "auto", "htmlWhitespaceSensitivity": "ignore" } -- Gitee