pdf-forge-js/.prettierrc
Kilian Schuettler 4637c66185 first commit
2025-03-16 19:10:13 +01:00

19 lines
263 B
Plaintext

{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"plugins": [
"prettier-plugin-svelte",
"prettier-plugin-tailwindcss"
],
"overrides": [
{
"files": "*.svelte",
"options": {
"parser": "svelte"
}
}
]
}