How to config prettier not to auto-wrap markdown table?

Viewed 238

Prettier's auto-format feature for table in markdown is great, however it also auto-wrap the table, which leads to awful readability when the table has wide columns.

So can I config prettier not to auto-wrap markdown tables? How?

1 Answers
Related