27 lines
597 B
Plaintext
27 lines
597 B
Plaintext
{
|
|
"bracketSpacing": true,
|
|
"bracketSameLine": true,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"arrowParens": "always",
|
|
"printWidth": 100,
|
|
"svelteIndentScriptAndStyle": false,
|
|
"svelteAllowShorthand": true,
|
|
"svelteBracketNewLine": false,
|
|
"svelteSortOrder": "options-styles-scripts-markup",
|
|
"plugins": [
|
|
"prettier-plugin-svelte",
|
|
"prettier-plugin-tailwindcss"
|
|
],
|
|
"overrides": [
|
|
{
|
|
"files": "*.svelte",
|
|
"options": {
|
|
"parser": "svelte"
|
|
}
|
|
}
|
|
],
|
|
"tailwindStylesheet": "./src/routes/layout.css"
|
|
} |