Skip to content

Commit

Permalink
Merge pull request platenio#30 from michaeltlombardi/maint/main/set-g…
Browse files Browse the repository at this point in the history
…itattributes-go

(MAINT) Add gitattributes for go
  • Loading branch information
michaeltlombardi authored Feb 9, 2022
2 parents bd07e2d + 3cbb668 commit 2afe542
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
## This will handle all files NOT defined below.
* text=auto

# Go files
go.mod text eol=lf
go.sum text eol=lf

# Source code
*.bash text eol=lf
*.bat text eol=crlf
Expand Down

0 comments on commit 2afe542

Please sign in to comment.