From 96d1273364ea0dbf8465c82a9ce619029afd4647 Mon Sep 17 00:00:00 2001 From: jqtmviyu Date: Mon, 21 Apr 2025 13:21:58 +0800 Subject: [PATCH] =?UTF-8?q?style:=20:art:=20=E6=9B=B4=E6=94=B9=20prettierr?= =?UTF-8?q?c=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .prettierrc.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.prettierrc.json b/.prettierrc.json index 835bb55..95cae49 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,7 +1,12 @@ { "singleQuote": true, "semi": false, - "printWidth": 120, - "trailingComma": "all", - "endOfLine": "auto" + "printWidth": 100, + "trailingComma": "es5", + "endOfLine": "auto", + "tabWidth": 2, + "useTabs": false, + "quoteProps": "as-needed", + "arrowParens": "avoid", + "bracketSpacing": true }