From d7b4e3b4f72cd4c105347907ceebb34b377d9fa3 Mon Sep 17 00:00:00 2001 From: xuzhiqiang Date: Fri, 5 Sep 2025 08:56:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20prettier=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=AF=BC=E5=87=BA=E6=96=B9=E5=BC=8F=E4=B8=BA?= =?UTF-8?q?ES=20module=EF=BC=8C=E8=A7=A3=E5=86=B3Vscode=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E5=8C=96=E5=A4=B1=E6=95=88=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prettier.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prettier.config.js b/prettier.config.js index a6e6deed..926443de 100644 --- a/prettier.config.js +++ b/prettier.config.js @@ -1,4 +1,4 @@ -module.exports = { +export default { printWidth: 120, tabWidth: 2, useTabs: false, -- Gitee