Some command line options are not GNU/POSIX compliant (3)
[geeqie.git] / .mdl.rb
1 # Style settings for markdownlint (mdl)
2
3 all
4 rule 'MD007', :indent => 4
5 rule 'MD009', :br_spaces => 2
6 rule 'MD010', :code_blocks => true
7 exclude_rule 'MD013'