bitwarden-estensione-browser/.prettierrc.json

12 lines
139 B
JSON

{
"printWidth": 100,
"overrides": [
{
"files": "*.mdx",
"options": {
"proseWrap": "always"
}
}
]
}