From 6832be98bf6927ab6c338a8f9fa0b29de7fba57b Mon Sep 17 00:00:00 2001 From: unanmed <1319491857@qq.com> Date: Fri, 13 Oct 2023 21:28:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20prettier=E6=A0=BC=E5=BC=8F=E5=8C=96?= =?UTF-8?q?=E4=BC=9A=E5=B0=86=E5=85=89=E6=A0=87=E7=A7=BB=E8=87=B3=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E6=9C=AB=E5=B0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .prettierrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.prettierrc b/.prettierrc index da46e37..6ff0062 100644 --- a/.prettierrc +++ b/.prettierrc @@ -8,5 +8,6 @@ "bracketSpacing": true, "vueIndentScriptAndStyle": false, "arrowParens": "avoid", - "trailingComma": "none" + "trailingComma": "none", + "endOfLine": "auto" } \ No newline at end of file