Merge pull request #1510 from Skgland/add-gitattributes

add a .gitattributes file
This commit is contained in:
Mark Thom
2022-06-12 15:44:14 -06:00
committed by GitHub

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