Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
huggingchat
/
chat-ui
like
1.11k
Running
App
Files
Files
Community
670
c3aa4e3
chat-ui
/
.vscode
/
settings.json
coyotte508
HF staff
🔨 Add VSCode config to lint/prettier on save
ed0f702
almost 2 years ago
raw
Copy download link
history
blame
Safe
92 Bytes
{
"editor.formatOnSave"
:
true
,
"editor.codeActionsOnSave"
:
{
"source.fixAll"
:
true
}
}