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
This commit is contained in:
Skgland
2022-06-12 15:39:55 +02:00
committed by Bennet Bleßmann
parent 232b66cfc3
commit 1479b5d38c

4
.gitattributes vendored Normal file
View File

@@ -0,0 +1,4 @@
*.png binary
*.pl text eol=lf
*.rs text eol=lf diff=rust
*.md text eol=lf diff=markdown