bitwarden-estensione-browser/.prettierrc.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
139 B
JSON
Raw Normal View History

2021-12-21 15:15:19 +01:00
{
2023-05-08 14:46:59 +02:00
"printWidth": 100,
"overrides": [
{
"files": "*.mdx",
"options": {
"proseWrap": "always"
}
}
]
2021-12-21 15:15:19 +01:00
}