jyosei-guide/.vscode/settings.json

12 lines
235 B
JSON
Raw Normal View History

2022-08-04 20:14:25 +08:00
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"files.associations": {
"LICENSE": "plaintext",
"*ignore": "ignore"
}
}