Skip to content

Commit

Permalink
Always set go.sum/go.mod line endings as LF (#391)
Browse files Browse the repository at this point in the history
Saves having Windows users experience pain and suffering as documented
here:

golang/go#31870
  • Loading branch information
thrasher- authored Dec 3, 2019
1 parent 0c5d75b commit 49b9ece
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
go.mod text eol=lf
go.sum text eol=lf

0 comments on commit 49b9ece

Please sign in to comment.