aiceps-mobile/.vscode/settings.json

9 lines
164 B
JSON
Raw Normal View History

2026-03-23 11:38:10 +08:00
{
"eslint.codeAction.showDocumentation": {
"enable": true
},
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"editor.formatOnSave": false
}