Skip to content

Commit

Permalink
add .gitattributes to avoid converting to crlf on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lufia committed Apr 28, 2020
1 parent 552ea1e commit fe5a08e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.go text eol=lf
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.*
!.gitattributes
!.github
!.gitignore
!.dependabot

0 comments on commit fe5a08e

Please sign in to comment.