summaryrefslogtreecommitdiff
path: root/.mdlrc.rb
blob: b9f524407107596a92f1c7028278546a32d81f71 (plain)
1
2
3
4
5
all
rule 'MD007', :indent => 2, :start_indented => false
rule 'MD013', :line_length => 100, :tables => false
rule 'MD029', :style => :ordered
exclude_rule 'MD033'