mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-06 13:04:10 +08:00
15 lines
460 B
JSON
15 lines
460 B
JSON
{
|
|
"editor.bracketPairColorization.enabled": true,
|
|
"editor.guides.bracketPairs": true,
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.codeActionsOnSave": ["source.fixAll.eslint"],
|
|
"eslint.validate": ["javascript", "javascriptreact", "typescript", "vue"],
|
|
"[vue]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[csharp]": {
|
|
"editor.defaultFormatter": "ms-dotnettools.csharp"
|
|
}
|
|
}
|