Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
enzostvs
/
lora-studio
like
453
Running
on
CPU Upgrade
App
Files
Files
Community
17
09bd50c
lora-studio
/
.prettierrc
enzostvs
HF staff
initial commot
e71d24a
11 months ago
raw
Copy download link
history
blame
Safe
205 Bytes
{
"useTabs"
:
true
,
"singleQuote"
:
true
,
"trailingComma"
:
"none"
,
"printWidth"
:
100
,
"plugins"
:
[
"prettier-plugin-svelte"
]
,
"overrides"
:
[
{
"files"
:
"*.svelte"
,
"options"
:
{
"parser"
:
"svelte"
}
}
]
}