From 6e588c94c9a3a51b1e9addb01070672158e8a3c0 Mon Sep 17 00:00:00 2001 From: Cano1997 <58964671+Cano1997@users.noreply.github.com> Date: Fri, 25 Apr 2025 18:38:18 +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-mob-vue3/.prettierrc.yaml | 2 +- ibiz-next-vue3/.prettierrc.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ibiz-next-mob-vue3/.prettierrc.yaml b/ibiz-next-mob-vue3/.prettierrc.yaml index 99ecbe2..5c7f872 100644 --- a/ibiz-next-mob-vue3/.prettierrc.yaml +++ b/ibiz-next-mob-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 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