From 1479b5d38c8e24cf29feca1b3a716aa59f1cc9dd Mon Sep 17 00:00:00 2001 From: Skgland Date: Sun, 12 Jun 2022 15:39:55 +0200 Subject: [PATCH] add a .gitattributes file - this should stop problems such as mthom/scryer-prolog#1491 by specifying the line ending as this should take precedence over the global config --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..a1bf0193 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.png binary +*.pl text eol=lf +*.rs text eol=lf diff=rust +*.md text eol=lf diff=markdown -- 2.54.0