From b698082f8a048465d6f7dc19c04be496f5ac9626 Mon Sep 17 00:00:00 2001 From: Jeff Sharp Date: Sun, 10 Mar 2024 14:28:40 -0700 Subject: [PATCH] Make Git EOL consistent with .editorconfig (LF) (#2231) --- .gitattributes | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 19ec14be6..ede6b0b23 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,5 @@ -*.ptl linguist-language=PatEL \ No newline at end of file +# Use LF line endings; do not normlize to CRLF +* text eol=lf + +# Recognize PatEL files for GitHub language stats +*.ptl linguist-language=PatEL