docs: suggest to disable format on save (#118)

This commit is contained in:
Marvin
2022-10-01 02:45:37 +08:00
committed by GitHub
parent f7a5571259
commit ac3f63086d

View File

@@ -47,6 +47,7 @@ Create `.vscode/settings.json`
```json
{
"prettier.enable": false,
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}