Files
docker-build-workflow/.github/linters/.markdown-lint.yml
2022-05-02 15:40:42 -04:00

10 lines
268 B
YAML

# MD013/line-length - Line length
MD013:
# Number of characters, default is 80
# I'm OK with long lines. All editors now have wordwrap
line_length: 9999
# Number of characters for headings
heading_line_length: 100
# check code blocks?
code_blocks: false