From ba295dc7dc63bc1b8350785bf8d0e44248e150b1 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 30 Nov 2021 01:16:28 +0000 Subject: [PATCH] Always use LF in .neon files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index bec13fa0a..20ef6a046 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,6 +4,7 @@ *.sh text eol=lf *.txt text eol=lf *.properties text eol=lf +*.neon text eol=lf *.bat text eol=crlf *.cmd text eol=crlf *.ps1 text eol=crlf