1 2 3 4 5 6 7 8 9 10 11 12
{ // Ignore MD013 (line length) inside tables since reflowing // Markdown tables often breaks formatting and readability. "config": { "MD013": { "line_length": 80, "code_block_line_length": 120, "tables": false }, "MD040": false } }