From 56578c362b476e5a9bc9d07f4d6f0e8a9ec04892 Mon Sep 17 00:00:00 2001 From: Tim Sharpe Date: Tue, 23 Oct 2018 20:53:59 +1100 Subject: [PATCH] (maint) Prefer LF over CRLF line endings for .epp files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 02d4646..6a4f81a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,3 +3,4 @@ *.erb eol=lf *.pp eol=lf *.sh eol=lf +*.epp eol=lf -- 2.45.2