From 63ea118954799cbab9c38cc8d763bf8a34817706 Mon Sep 17 00:00:00 2001 From: Kenneth Bingham Date: Thu, 22 Aug 2024 11:48:26 -0400 Subject: [PATCH] always commit and checkout with LF line endings --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index bd48ed30..8ba6ae88 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ -# Treat all text files as text, with automatic line-ending handling -* text=auto +# Treat all text files as text, with LF (Unix) line-endings on commit and checkout +* text eol=lf # Explicitly mark certain text files *.attr text