crgs/.vscode/settings.json

9 lines
164 B
JSON
Raw Normal View History

2026-04-22 10:28:54 +08:00
{
"eslint.codeAction.showDocumentation": {
"enable": true
},
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"editor.formatOnSave": false
}