From 2f9bc91b2a130a63450d03d52dea6a308f7bb990 Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Sat, 11 Mar 2023 13:29:39 -0500 Subject: [PATCH] git: Force LF line endings in the dist directory Use .gitattributes to force use of LF line endings in the dist/info directory. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index a06529c0..f16d898d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ *.sh eol=lf recipes/** eol=lf +dist/** eol=lf