瀏覽代碼

build(vscode): vue文件格式化方式

Burt 2 年之前
父節點
當前提交
f2a13090d5
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .vscode/settings.json

+ 3 - 0
.vscode/settings.json

@@ -21,6 +21,9 @@
   "[dotenv]": {
     "editor.defaultFormatter": "foxundermoon.shell-format"
   },
+  "[vue]": {
+    "editor.defaultFormatter": "esbenp.prettier-vscode"
+  },
   // 配置语言的文件关联
   "files.associations": {
     "pages.json": "jsonc", // pages.json 可以写注释