From a7c5896e2873b67921a8b21c1c678a3199c28ad9 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 18 Oct 2023 13:31:00 +0300 Subject: [PATCH] .gitattributes: make markdown case-insensitive --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 81c49829..10d033b9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -52,7 +52,7 @@ # of the above. Markdown is also included as I utilise doctoc, which # requires lf line-endings. *.{sh,bash,zsh} diff=bash eol=lf -*.{md,markdown} diff=markdown eol=lf +*.{md,markdown,[mM][dD],[mM][aA][rR][kK][dD][oO][wW][nN]} diff=markdown eol=lf # While this file is like .gitignore, negative patterns are forbidden and # directory/ wouldn't recurse, thus directory/**. Also !attribute would set