Files
super-linter-workflow/.github/linters/.markdown-lint.yml
Bret Fisher f4ad2c1662 fixing lints
2022-03-26 11:58:06 -07:00

7 lines
148 B
YAML

---
# MD013/line-length - Line length
MD013:
# Number of characters, default is 80
line_length: 9999
# check code blocks?
code_blocks: false