From 1d75718a152002028438b463b61b5880cdadf73b Mon Sep 17 00:00:00 2001 From: Nikolay Eskov Date: Wed, 30 Oct 2024 02:56:54 +0300 Subject: [PATCH] Update '.gitattributes'. Add auto-detection of text files. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index a5f49af6a0..0fb9cbc593 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ * text eol=lf +* text=auto # Windows .bat files are known to have multiple bugs when run with LF # endings, and so they are checked in with CRLF endings.