FormKitSchemaDefinition;
All checks were successful
/ surge (push) Successful in 38s

This commit is contained in:
严浩
2024-11-15 15:25:11 +08:00
parent 90583317e3
commit f9677d87b9
4 changed files with 99 additions and 43 deletions

View File

@ -3,9 +3,9 @@
"source.fixAll": "explicit"
},
"[vue]": {
"editor.defaultFormatter": "Vue.volar"
"editor.defaultFormatter": "Vue.volar",
},
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "modifications",
"typescript.tsdk": "node_modules/typescript/lib", // 只格式化修改的部分
"editor.formatOnSaveMode": "file",
"typescript.tsdk": "node_modules/typescript/lib",
}