From 93aa65a972515cb7b5807b024885b06db46bae58 Mon Sep 17 00:00:00 2001 From: gaoyunqi Date: Wed, 7 Feb 2024 17:32:09 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=B0=83=E6=95=B4=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96=E7=9A=84=E4=BB=A3=E7=A0=81=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prettier.config.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/prettier.config.js b/prettier.config.js index 51f8d01..a6831cd 100644 --- a/prettier.config.js +++ b/prettier.config.js @@ -1,10 +1,10 @@ module.exports = { - printWidth: 100, - semi: true, - vueIndentScriptAndStyle: true, - singleQuote: true, - trailingComma: 'all', - proseWrap: 'never', - htmlWhitespaceSensitivity: 'strict', - endOfLine: 'auto', + printWidth: 250, + semi: true, + vueIndentScriptAndStyle: true, + singleQuote: true, + trailingComma: 'none', + proseWrap: 'never', + htmlWhitespaceSensitivity: 'strict', + endOfLine: 'auto' };