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