From 3aefc5fd8b4264d3a60bf3aa3ff8b08a3ae38170 Mon Sep 17 00:00:00 2001 From: xlzy <1017866168@qq.com> Date: Sun, 26 Mar 2023 23:01:31 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=9B=B4=E6=96=B0=E3=80=91=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E6=97=A0=E7=94=A8=E9=85=8D=E7=BD=AE=EF=BC=8C=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=80=BC=E5=B0=B1=E6=98=AF=E8=BF=99=E4=BA=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snowy-admin-web/prettier.config.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/snowy-admin-web/prettier.config.js b/snowy-admin-web/prettier.config.js index f63eed5a..3e2d12f2 100644 --- a/snowy-admin-web/prettier.config.js +++ b/snowy-admin-web/prettier.config.js @@ -31,15 +31,6 @@ module.exports = { jsxBracketSameLine: true, // 箭头函数,只有一个参数的时候,也需要括号 arrowParens: 'always', - // 每个文件格式化的范围是文件的全部内容 - rangeStart: 0, - rangeEnd: Infinity, - // 不需要写文件开头的 @prettier - requirePragma: false, - // 不需要自动在文件开头插入 @prettier - insertPragma: false, - // 使用默认的折行标准 - proseWrap: 'preserve', // 根据显示样式决定 html 要不要折行 htmlWhitespaceSensitivity: 'css', // 换行符使用 lf