Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
huggingface-projects
/
diffuse-the-rest
like
917
Running
App
Files
Files
Community
505
4d7478b
diffuse-the-rest
/
.prettierrc
mishig
HF staff
Initial commit
64d1262
about 2 years ago
raw
Copy download link
history
blame
Safe
193 Bytes
{
"useTabs"
:
true
,
"singleQuote"
:
true
,
"trailingComma"
:
"none"
,
"printWidth"
:
100
,
"pluginSearchDirs"
:
[
"."
]
,
"overrides"
:
[
{
"files"
:
"*.svelte"
,
"options"
:
{
"parser"
:
"svelte"
}
}
]
}