From: Skgland Date: Sun, 12 Jun 2022 13:39:55 +0000 (+0200) Subject: add a .gitattributes file X-Git-Tag: v0.9.1~9^2 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=1479b5d38c8e24cf29feca1b3a716aa59f1cc9dd;p=scryer-prolog.git 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 --- 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