mirror of
https://github.com/sveltejs/ai-tools.git
synced 2026-07-03 19:19:25 +08:00
22 lines
328 B
Plaintext
22 lines
328 B
Plaintext
{
|
|
"useTabs": true,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"printWidth": 100,
|
|
"plugins": ["prettier-plugin-svelte"],
|
|
"overrides": [
|
|
{
|
|
"files": "*.svelte",
|
|
"options": {
|
|
"parser": "svelte"
|
|
}
|
|
},
|
|
{
|
|
"files": "**/references/*.md",
|
|
"options": {
|
|
"embeddedLanguageFormatting": "off"
|
|
}
|
|
}
|
|
]
|
|
}
|