1
0
mirror of https://github.com/regclient/regclient.git synced 2025-04-18 22:44:00 +03:00
regclient/.markdownlint.yml
Brandon Mitchell 33440ff9eb Add markdown linting
Signed-off-by: Brandon Mitchell <git@bmitch.net>
2022-03-05 09:32:02 -05:00

19 lines
321 B
YAML

# all lists use a `-`
MD004:
style: dash
# allow tabs in code blocks (for Go)
MD010:
code_blocks: false
# disable line length, prefer one sentence per line for PRs
MD013: false
# emphasis with underscore (`_emphasis_`)
MD049:
style: "underscore"
# bold with asterisk (`**bold**`)
MD050:
style: "asterisk"