mirror of
https://github.com/sbondCo/Watcharr.git
synced 2026-06-22 20:00:26 +00:00
19 lines
281 B
Plaintext
19 lines
281 B
Plaintext
{
|
|
"tabWidth": 2,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"printWidth": 80,
|
|
"useTabs": true,
|
|
"trailingComma": "all",
|
|
"arrowParens": "always",
|
|
"plugins": ["prettier-plugin-svelte"],
|
|
"overrides": [
|
|
{
|
|
"files": "*.svelte",
|
|
"options": {
|
|
"parser": "svelte"
|
|
}
|
|
}
|
|
]
|
|
}
|