blob: a02a64c1c9167ee2507e25ca18fa0dee4b85ddfb [file] [log] [blame]
Martin Roth3144be72022-04-24 11:02:25 -06001# See one of the following URLs for explanations of all the rules
2# https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md
3# https://web.archive.org/web/20220424164542/https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md
4
5all
6exclude_rule 'no-multiple-blanks'
7exclude_rule 'blanks-around-headers'
8exclude_rule 'blanks-around-lists'
9rule 'line-length', :line_length => 72