From df9673c96e444773449b1424a13229368734d385 Mon Sep 17 00:00:00 2001 From: nhkeni Date: Mon, 11 May 2026 14:46:06 -0400 Subject: [PATCH] Make all top-level .md files subject to nhsub substitutions. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 4abc1c90b..7ea33e5c1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,6 +2,7 @@ *.cpp NHSUBST *.sh NHSUBST *.pl NHSUBST +*.md NHSUBST Porting NHSUBST README NHSUBST * text=auto