18 lines
456 B
Plaintext
18 lines
456 B
Plaintext
{
|
|
"useTabs": false,
|
|
"tabWidth": 4,
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"printWidth": 80,
|
|
"bracketSameLine": true,
|
|
|
|
"svelteSortOrder": "options-scripts-markup-styles",
|
|
"svelteIndentScriptAndStyle": false,
|
|
"svelteAllowShorthand": true,
|
|
"plugins": [
|
|
"prettier-plugin-svelte",
|
|
"prettier-plugin-tailwindcss"
|
|
],
|
|
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
|
|
}
|