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