mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-03 18:04:40 +01:00
set go.mod to unix endings
This commit is contained in:
parent
0f7bd23b8a
commit
d9fcd74e42
1 changed files with 1 additions and 0 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -1,6 +1,7 @@
|
||||||
* text=auto
|
* text=auto
|
||||||
*.go text diff=golang
|
*.go text diff=golang
|
||||||
*.bat text eol=crlf
|
*.bat text eol=crlf
|
||||||
|
go.mod text eol=lf
|
||||||
|
|
||||||
# Ensure test fixtures don't get mangled
|
# Ensure test fixtures don't get mangled
|
||||||
**/testdata/** -text
|
**/testdata/** -text
|
||||||
|
|
Loading…
Add table
Reference in a new issue