diff --git a/.gitattributes b/.gitattributes index 0bfeacc..b2b91d4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,3 +8,6 @@ *.bat text eol=crlf *.sh text eol=lf *.sha1 text eol=lf + +# DTK keeps these files with LF +config/*/*.txt text eol=lf