mirror of
https://github.com/pockethost/pockethost.git
synced 2025-05-28 09:46:46 +00:00
19 lines
245 B
Plaintext
19 lines
245 B
Plaintext
{
|
|
"useTabs": false,
|
|
"singleQuote": true,
|
|
"semi": false,
|
|
"trailingComma": "none",
|
|
"printWidth": 100,
|
|
"pluginSearchDirs": [
|
|
".",
|
|
"../.."
|
|
],
|
|
"overrides": [
|
|
{
|
|
"files": "*.svelte",
|
|
"options": {
|
|
"parser": "svelte"
|
|
}
|
|
}
|
|
]
|
|
} |