chat-ui / .vscode /settings.json
julien-c's picture
julien-c HF staff
auto-formatting (#45)
4c70bcc unverified
raw history blame
No virus
146 Bytes
{
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
"source.fixAll": true
}
}