Files
dotfiles/markdownlint.yaml

13 lines
392 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