gedaechtnas/.prettierrc

13 lines
204 B
Text

{
"printWidth": 100,
"proseWrap": "always",
"plugins": ["prettier-plugin-tailwindcss"],
"overrides": [
{
"files": "*.md",
"options": {
"printWidth": 80
}
}
]
}