Files
grecia/.mdl_style.rb
Javi Martín 3a173fdb0b Use two spaces to indent lists in markdown
We were already doing it in the `docs/` folder, and this is consistent
with the indentations we use in prettly much every programming language.
2024-06-21 15:57:52 +02:00

10 lines
155 B
Ruby

all
exclude_rule "MD013"
exclude_rule "MD024"
exclude_rule "MD029"
exclude_rule "MD040"
exclude_rule "MD041"
exclude_rule "MD046"
rule "MD007", indent: 2