Update .prettierrc.json

This commit is contained in:
SubTeno 2022-10-10 03:04:23 +00:00 committed by GitHub
parent fb52fb7b41
commit 7ff236280a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
"semi": true,
"tabWidth": 4,
"embeddedLanguageFormatting": "auto",
"endOfLine": "lf",
"endOfLine": "auto",
"printWidth": 120,
"vueIndentScriptAndStyle": false,
"quoteProps": "as-needed",