1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 08:18:50 -05:00

Merge pull request #92 from Richienb/patch-6

Add diff support for golang file
This commit is contained in:
Alexander Karatarakis 2019-04-17 15:52:23 -07:00 committed by GitHub
commit 64c1b8c0c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,4 +2,4 @@
# line endings. Windows users contributing to Go will need to use a
# modern version of git and editors capable of LF line endings.
*.go -text
*.go -text diff=golang