From 536e62dfd4d1e73f7a4a720c33c8bc0213366d64 Mon Sep 17 00:00:00 2001 From: Henrique Gemignani Passos Lima Date: Mon, 14 Aug 2023 22:38:56 +0300 Subject: [PATCH] Use LF for dtk config files --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) 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