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.
This commit is contained in:
Javi Martín
2024-05-10 19:14:50 +02:00
parent da1bac3638
commit 3a173fdb0b
3 changed files with 8 additions and 6 deletions

View File

@@ -5,3 +5,5 @@ exclude_rule "MD029"
exclude_rule "MD040" exclude_rule "MD040"
exclude_rule "MD041" exclude_rule "MD041"
exclude_rule "MD046" exclude_rule "MD046"
rule "MD007", indent: 2