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:
4
.gitattributes
vendored
Normal file
4
.gitattributes
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
*.png binary
|
||||
*.pl text eol=lf
|
||||
*.rs text eol=lf diff=rust
|
||||
*.md text eol=lf diff=markdown
|
||||
Reference in New Issue
Block a user