From 50ce41db1274386a0f3f54fcebb519b2012a7326 Mon Sep 17 00:00:00 2001 From: Nikolay Eskov Date: Wed, 30 Oct 2024 21:20:10 +0300 Subject: [PATCH] Update '.gitattributes'. (#1526) Add auto-detection of text files. --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index a5f49af6a..96ecba735 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ -* text eol=lf +* text=auto eol=lf # Windows .bat files are known to have multiple bugs when run with LF # endings, and so they are checked in with CRLF endings.