mirror of
https://github.com/VERT-sh/VERT.git
synced 2025-12-16 22:25:22 -06:00
8 lines
179 B
Plaintext
8 lines
179 B
Plaintext
{
|
|
"useTabs": true,
|
|
"tabWidth": 4,
|
|
"singleQuote": false,
|
|
"plugins": ["prettier-plugin-svelte"],
|
|
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
|
|
}
|