Add diff .gitattributes for .{py,rs,md}

This commit is contained in:
Alexander Krotov
2020-12-03 03:46:51 +03:00
parent d8babe2d0c
commit e79533ae54

3
.gitattributes vendored
View File

@@ -12,3 +12,6 @@ test-data/* text=false
*.gif binary
*.ico binary
*.py diff=python
*.rs diff=rust
*.md diff=markdown