summaryrefslogtreecommitdiff
path: root/Documentation/.mdl_style.rb
blob: a02a64c1c9167ee2507e25ca18fa0dee4b85ddfb (plain)
1
2
3
4
5
6
7
8
9
# See one of the following URLs for explanations of all the rules
# https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md
# https://web.archive.org/web/20220424164542/https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md

all
exclude_rule 'no-multiple-blanks'
exclude_rule 'blanks-around-headers'
exclude_rule 'blanks-around-lists'
rule 'line-length', :line_length => 72