9 lines
193 B
Plaintext
9 lines
193 B
Plaintext
|
{
|
||
|
"useTabs": true,
|
||
|
"singleQuote": true,
|
||
|
"trailingComma": "none",
|
||
|
"printWidth": 100,
|
||
|
"pluginSearchDirs": ["."],
|
||
|
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
|
||
|
}
|