Browse Source

🌈 style(indent): 修改缩进类型

陈雪 1 week ago
parent
commit
b147519b02
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .prettierrc.cjs

+ 1 - 0
.prettierrc.cjs

@@ -8,6 +8,7 @@ module.exports = {
   trailingComma: 'all',
   endOfLine: 'auto',
   htmlWhitespaceSensitivity: 'ignore',
+  vueIndentScriptAndStyle: true,
   overrides: [
     {
       files: '*.json',