2024-12-09 19:25:06 +08:00

44 lines
1.0 KiB
JSON

{
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "modifications",
"files.autoSave": "onFocusChange",
"[typescript]": {
"editor.tabSize": 2,
"editor.formatOnSave": true,
"prettier.printWidth": 1800,
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[json]": {
"editor.quickSuggestions": {
"strings": true
},
"editor.suggest.insertMode": "replace",
"editor.tabSize": 2
},
"[vue]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.tabSize": 2,
"prettier.printWidth": 800
},
"files.refactoring.autoSave": false,
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/*.code-search": true,
"chrome": true,
"yarn-error.log": true,
"yarn.lock": true,
".yalc/": true
},
"files.exclude": {
".yalc/": false,
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true
},
"prettier.printWidth": 1000
}