From f4151cbd446ec309d208cd8d8f6d775fb6c75a1e Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Thu, 15 Jun 2023 11:10:43 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20config:=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .prettierrc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .prettierrc diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 00000000..ad047189 --- /dev/null +++ b/.prettierrc @@ -0,0 +1,20 @@ +{ + "eslintIntegration": true, + "printWidth": 100, + "tabWidth": 2, + "useTabs": false, + "semi": false, + "vueIndentScriptAndStyle": false, + "singleQuote": false, + "quoteProps": "as-needed", + "bracketSpacing": true, + "trailingComma": "none", + "jsxBracketSameLine": false, + "jsxSingleQuote": false, + "arrowParens": "always", + "insertPragma": false, + "requirePragma": false, + "proseWrap": "never", + "htmlWhitespaceSensitivity": "strict", + "endOfLine": "auto" +} \ No newline at end of file