wxbox/wxbox-web/.prettierrc

16 lines
225 B
Plaintext
Raw Normal View History

2024-10-19 01:34:08 +00:00
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
2024-10-24 21:18:26 +00:00
"overrides": [
{
"files": "*.svelte",
"options": {
"parser": "svelte"
}
}
]
2024-10-19 01:34:08 +00:00
}