Enable prettier prose wrapping for markdown
Add proseWrap: "always" to .prettierrc so markdown prose is hard-wrapped at 80 columns.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
{
|
||||
"tabWidth": 4
|
||||
"tabWidth": 4,
|
||||
"proseWrap": "always"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user