From 4292fc70e852df6177f7fcd351248fd26adeb762 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 14 Jul 2025 15:57:30 +0100 Subject: [PATCH] chore(markdownlint): add caddyfile to list of tab-indented codeblock languages --- markdownlint.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/markdownlint.yaml b/markdownlint.yaml index e7a1c2e..7d929ec 100644 --- a/markdownlint.yaml +++ b/markdownlint.yaml @@ -3,6 +3,7 @@ no-hard-tabs: # MD010 # Allow hard-tabs in code blocks in the below languages. ignore_code_languages: + - caddyfile - go - makefile