From b95050ab965fd7fc1a9a586a858bb39458d712f5 Mon Sep 17 00:00:00 2001 From: amec0e <88857687+amec0e@users.noreply.github.com> Date: Sun, 30 Oct 2022 14:06:25 +0000 Subject: [PATCH] Updated .gitattributes for text files too I think, please double check its done correctly --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index fb2c84ca..f6099876 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ # Set .ir files to be text files with LF line endings *.ir text eol=lf +*.txt text eol=lf