From c8fed99dc91d3ef1f1fef5442facea8bf06a8262 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 15 Oct 2023 18:57:03 +0300 Subject: [PATCH] .gitattributes: remove excess text from markdown --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 1785b1af..2e552334 100644 --- a/.gitattributes +++ b/.gitattributes @@ -45,7 +45,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} text diff=markdown eol=lf +*.{md,markdown} 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