/ Documentation / .mdl_style.rb
.mdl_style.rb
1  # 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  
5  all
6  exclude_rule 'no-multiple-blanks'
7  exclude_rule 'blanks-around-headers'
8  exclude_rule 'blanks-around-lists'
9  rule 'line-length', :line_length => 72