11 lines
280 B
Plaintext
11 lines
280 B
Plaintext
{
|
|
"useTabs": true,
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"printWidth": 100,
|
|
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
|
|
"pluginSearchDirs": ["."],
|
|
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }],
|
|
"tabWidth": 4
|
|
}
|