chore(markdownlint): add caddyfile to list of tab-indented codeblock languages

This commit is contained in:
Jim Myhrberg
2025-07-14 15:57:30 +01:00
parent c5e6591d7f
commit 4292fc70e8

View File

@@ -3,6 +3,7 @@
no-hard-tabs: # MD010 no-hard-tabs: # MD010
# Allow hard-tabs in code blocks in the below languages. # Allow hard-tabs in code blocks in the below languages.
ignore_code_languages: ignore_code_languages:
- caddyfile
- go - go
- makefile - makefile