2021-11-10 22:12:47 +08:00
|
|
|
{
|
|
|
|
"editor.formatOnType": true,
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"[vue]": {
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
|
|
},
|
|
|
|
"editor.tabSize": 2,
|
|
|
|
"editor.formatOnPaste": true,
|
2022-08-23 20:49:25 +08:00
|
|
|
"editor.guides.bracketPairs": "active",
|
2021-11-10 22:12:47 +08:00
|
|
|
"files.autoSave": "afterDelay",
|
|
|
|
"git.confirmSync": false,
|
|
|
|
"workbench.startupEditor": "newUntitledFile",
|
|
|
|
"editor.suggestSelection": "first",
|
|
|
|
"editor.acceptSuggestionOnCommitCharacter": false,
|
|
|
|
"css.lint.propertyIgnoredDueToDisplay": "ignore",
|
|
|
|
"editor.quickSuggestions": {
|
|
|
|
"other": true,
|
|
|
|
"comments": true,
|
|
|
|
"strings": true
|
|
|
|
},
|
|
|
|
"files.associations": {
|
|
|
|
"editor.snippetSuggestions": "top"
|
|
|
|
},
|
|
|
|
"[css]": {
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
|
|
},
|
|
|
|
"editor.codeActionsOnSave": {
|
2024-03-09 16:27:52 +08:00
|
|
|
"source.fixAll.eslint": "explicit"
|
2021-11-10 22:12:47 +08:00
|
|
|
},
|
2022-08-22 21:34:55 +08:00
|
|
|
"iconify.excludes": ["el"]
|
2021-11-10 22:12:47 +08:00
|
|
|
}
|