mirror of
https://github.com/doolijb/serene-pub.git
synced 2026-04-28 03:20:07 +00:00
19 lines
353 B
Text
19 lines
353 B
Text
{
|
|
"semi": false,
|
|
"singleQuote": false,
|
|
"tabWidth": 4,
|
|
"trailingComma": "none",
|
|
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
|
|
"overrides": [
|
|
{
|
|
"files": "*.svelte",
|
|
"options": {
|
|
"parser": "svelte"
|
|
}
|
|
}
|
|
],
|
|
"printWidth": 80,
|
|
"useTabs": true,
|
|
"bracketSpacing": true,
|
|
"htmlWhitespaceSensitivity": "ignore"
|
|
}
|