]> Repositorios git - scryer-prolog.git/commitdiff
add a .gitattributes file
authorSkgland <[email protected]>
Sun, 12 Jun 2022 13:39:55 +0000 (15:39 +0200)
committerBennet Bleßmann <[email protected]>
Sun, 12 Jun 2022 13:39:55 +0000 (15:39 +0200)
- 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 [new file with mode: 0644]

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..a1bf019
--- /dev/null
@@ -0,0 +1,4 @@
+*.png binary
+*.pl text eol=lf
+*.rs text eol=lf diff=rust
+*.md text eol=lf diff=markdown