13 lines
215 B
Plaintext
13 lines
215 B
Plaintext
{
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"semi": false,
|
|
"arrowParens": "avoid",
|
|
"singleQuote": true,
|
|
"printWidth": 100,
|
|
"plugins": [
|
|
"prettier-plugin-svelte"
|
|
],
|
|
"svelteIndentScriptAndStyle": false
|
|
}
|