.gitattributes: remove excess text from markdown

This commit is contained in:
Aminda Suomalainen 2023-10-15 18:57:03 +03:00
parent 6caaf8a920
commit c8fed99dc9
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 1 deletions

2
.gitattributes vendored
View File

@ -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