.gitattributes: add doctoc.txt

This commit is contained in:
Aminda Suomalainen 2023-06-22 11:24:43 +03:00
parent 522745e024
commit 1b1d14c968
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

1
.gitattributes vendored
View File

@ -1,6 +1,7 @@
# Normalize line endings for text files # Normalize line endings for text files
# https://www.git-scm.com/docs/gitattributes#_end_of_line_conversion # https://www.git-scm.com/docs/gitattributes#_end_of_line_conversion
* text=auto eol=lf linguist-detectable * text=auto eol=lf linguist-detectable
doctoc.txt text eol=lf linguist-detectable linguist-language=markdown
# Unlikely to be ran under Windows, Linux line endings # Unlikely to be ran under Windows, Linux line endings
*.bash text eol=lf *.bash text eol=lf