Skip to content

Commit

Permalink
Add .gitattributes that forces eol=lf on *.go files
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Hallgren <[email protected]>
  • Loading branch information
thallgren committed Sep 8, 2022
1 parent 2d4bb16 commit c026d47
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 @@
# Always check out with LF so that golangci-lint doesn't break
*.go text eol=lf

0 comments on commit c026d47

Please sign in to comment.