From 1b1d14c968cabd8fbbf84f551a33fb20e809cd67 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 22 Jun 2023 11:24:43 +0300 Subject: [PATCH] .gitattributes: add doctoc.txt --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 53c0e6f..01904e0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,7 @@ # Normalize line endings for text files # https://www.git-scm.com/docs/gitattributes#_end_of_line_conversion * 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 *.bash text eol=lf