mirror of
https://github.com/gitattributes/gitattributes.git
synced 2025-01-22 08:18:50 -05:00
6 lines
228 B
Plaintext
6 lines
228 B
Plaintext
# Treat all Go files in this repo as binary, with no git magic updating
|
|
# 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 diff=golang
|