From a021396eb8179d2dbe1df594741108833da8f48e Mon Sep 17 00:00:00 2001 From: Cano1997 <58964671+Cano1997@users.noreply.github.com> Date: Fri, 25 Apr 2025 16:55:55 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B0=83=E6=95=B4=E5=BC=80=E6=BA=90?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ibiz-next-vue3/.prettierrc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ibiz-next-vue3/.prettierrc.yaml b/ibiz-next-vue3/.prettierrc.yaml index 99ecbe2..5c7f872 100644 --- a/ibiz-next-vue3/.prettierrc.yaml +++ b/ibiz-next-vue3/.prettierrc.yaml @@ -15,4 +15,4 @@ arrowParens: avoid # jsx 元素最后末尾的 > ,换行放置 bracketSameLine: false # 设置换行符 -endOfLine: 'lf' \ No newline at end of file +endOfLine: 'auto' \ No newline at end of file -- Gitee