coder-enterprise-images/.prettierrc

12 lines
143 B
Plaintext
Raw Normal View History

2021-02-17 19:08:48 +00:00
{
"overrides": [
{
"files": "*.md",
"options": {
"printWidth": 80,
"proseWrap": "always"
}
}
]
}