Browse Source

set go.mod to unix endings

master
Alison Winters 4 years ago
committed by Frank Denis
parent
commit
d9fcd74e42
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .gitattributes

+ 1
- 0
.gitattributes View File

@@ -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…
Cancel
Save