Skip to content

Commit 08d93c9

Browse files
committed
chore(tooling): configure markdownlint ul indent to 4
1 parent 3c957cd commit 08d93c9

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.markdownlint.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# All rules: https://github.com/DavidAnson/markdownlint#rules--aliases
2-
default: true # Default state for all rules
3-
MD013: false # line-length: We don't fill paragaraphs/limit line length
4-
MD034: false # no-bare-urls - We use pymdownx.magiclink which allows bare urls
5-
MD046: false # code-block-style - This doesn't play well with material's admonitions)
6-
MD024: false # no-duplicate-heading - We use duplicate headings in the changelog.
7-
MD033: false # no-inline-html - Too strict.
2+
default: true # Default state for all rules
3+
MD013: false # line-length: We don't fill paragaraphs/limit line length
4+
MD034: false # no-bare-urls - We use pymdownx.magiclink which allows bare urls
5+
MD046: false # code-block-style - This doesn't play well with material's admonitions)
6+
MD024: false # no-duplicate-heading - We use duplicate headings in the changelog.
7+
MD033: false # no-inline-html - Too strict.
8+
MD007:
9+
indent: 4

0 commit comments

Comments
 (0)