Zack Williams | be0b2c7 | 2018-01-25 14:48:38 -0700 | [diff] [blame] | 1 | # use all rules |
2 | all | ||||
3 | |||||
4 | # Intent lists with 4 spaces | ||||
5 | rule 'MD007', :indent => 4 | ||||
6 | |||||
7 | # Don't enforce line length limitations within code blocks and tables | ||||
8 | rule 'MD013', :code_blocks => false, :tables => false | ||||
9 | |||||
10 | # numbered lists should have the correct order | ||||
11 | rule 'MD029', :style => "ordered" | ||||
12 |