patterns/.markdownlint.yaml

22 lines
321 B
YAML
Raw Normal View History

2021-01-05 14:36:20 +00:00
---
# Use `#` for headers
MD003:
style: atx
# Set maximum line length
2021-01-06 13:58:26 +00:00
MD013:
2021-01-21 23:00:02 +00:00
line_length: 80
# Use `---` for horizontal rule
MD035:
style: ---
# Use ``` for code blocks
MD046:
style: fenced
MD048:
style: backtick
# See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md for
# additional info