huggingchat / .vscode /settings.json
WebraftAI's picture
Duplicate from huggingchat/chat-ui
6178b6e
raw
history blame contribute delete
146 Bytes
{
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
"source.fixAll": true
}
}