mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-04-18 07:58:40 +00:00
25 lines
627 B
JSON
25 lines
627 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnSaveMode": "modifications",
|
|
"files.autoSave": "onFocusChange",
|
|
"[typescript]": {
|
|
"editor.tabSize": 2,
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "vscode.typescript-language-features"
|
|
},
|
|
"[vue]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.tabSize": 2
|
|
},
|
|
"files.refactoring.autoSave": false,
|
|
"search.exclude": {
|
|
"**/node_modules": true,
|
|
"**/bower_components": true,
|
|
"**/*.code-search": true,
|
|
"chrome": true,
|
|
"yarn-error.log": true,
|
|
"yarn.lock": true
|
|
},
|
|
"prettier.printWidth": 1000
|
|
}
|