2024-01-09 12:02:47 +08:00
|
|
|
{
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"editor.formatOnSaveMode": "modifications",
|
|
|
|
"files.autoSave": "onFocusChange",
|
|
|
|
"[typescript]": {
|
|
|
|
"editor.tabSize": 2,
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"editor.defaultFormatter": "vscode.typescript-language-features"
|
|
|
|
},
|
|
|
|
"[vue]": {
|
2024-01-23 22:25:32 +08:00
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
|
|
"editor.tabSize": 2
|
2024-01-09 12:02:47 +08:00
|
|
|
},
|
2024-01-09 15:33:34 +08:00
|
|
|
"files.refactoring.autoSave": false,
|
|
|
|
"search.exclude": {
|
|
|
|
"**/node_modules": true,
|
|
|
|
"**/bower_components": true,
|
|
|
|
"**/*.code-search": true,
|
|
|
|
"chrome": true,
|
|
|
|
"yarn-error.log": true,
|
|
|
|
"yarn.lock": true
|
2024-01-23 22:25:32 +08:00
|
|
|
},
|
|
|
|
"prettier.printWidth": 1000
|
2024-01-09 12:02:47 +08:00
|
|
|
}
|