From 69fca254f05646ea2c38892a8d97d37d687f4147 Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Wed, 13 Aug 2025 11:47:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jeecgboot-vue3/prettier.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jeecgboot-vue3/prettier.config.js b/jeecgboot-vue3/prettier.config.js index f16d8104b..4b07f914b 100644 --- a/jeecgboot-vue3/prettier.config.js +++ b/jeecgboot-vue3/prettier.config.js @@ -15,6 +15,6 @@ module.exports = { requirePragma: false, proseWrap: 'never', htmlWhitespaceSensitivity: 'strict', - endOfLine: 'auto', + endOfLine: 'auto', // 自动处理换行符(LF/CRLF) rangeStart: 0, };