Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
huggingchat
/
chat-ui
like
1.08k
Running
App
Files
Files
Community
603
5da61b4
chat-ui
/
.vscode
/
settings.json
julien-c
HF staff
auto-formatting (
#45
)
4c70bcc
unverified
over 1 year ago
raw
Copy download link
history
blame
Safe
146 Bytes
{
"editor.formatOnSave"
:
true
,
"editor.defaultFormatter"
:
"esbenp.prettier-vscode"
,
"editor.codeActionsOnSave"
:
{
"source.fixAll"
:
true
}
}