Files
homebrew-tap/.prettierrc

12 lines
144 B
Plaintext

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