set go.mod to unix endings
This commit is contained in:
parent
0f7bd23b8a
commit
d9fcd74e42
|
@ -1,6 +1,7 @@
|
|||
* text=auto
|
||||
*.go text diff=golang
|
||||
*.bat text eol=crlf
|
||||
go.mod text eol=lf
|
||||
|
||||
# Ensure test fixtures don't get mangled
|
||||
**/testdata/** -text
|
||||
|
|
Loading…
Reference in New Issue