1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-06-22 09:55:55 +02:00
bitwarden-browser/.prettierrc.json
2023-05-08 14:46:59 +02:00

12 lines
139 B
JSON

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