From 265b92bd51a3a3d526353cf29b2c44b694ace584 Mon Sep 17 00:00:00 2001 From: Matthew Donoughe Date: Sat, 30 Oct 2021 04:51:56 -0400 Subject: [PATCH] fix: init script line endings (#3178) --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index e736190f..9f97ceaa 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ -/src/init/ text eol=lf +/src/init/* text eol=lf *.sh text eol=lf