Files
dotfiles/markdownlint.yaml

18 lines
486 B
YAML

---
# yaml-language-server: $schema=https://raw.githubusercontent.com/DavidAnson/markdownlint/main/schema/markdownlint-config-schema.json
no-hard-tabs: # MD010
# Allow hard-tabs in code blocks in the below languages.
ignore_code_languages:
- caddyfile
- go
- makefile
blanks-around-fences: # MD031
# Don't force blank lines around code blocks in lists.
list_items: false
line-length: # MD013
# Allow lines up to 120 characters.
line_length: 80
tables: false