chore: Add .gitattributes to force *.go to LF (#4919)

* chore: Add .gitattributes to force *.go to LF

* What if I remove this flag
This commit is contained in:
Francis Lavoie 2022-07-29 08:46:45 -04:00 committed by GitHub
parent 56c139f003
commit 2f43aa0629
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
*.go text eol=lf

View File

@ -30,4 +30,4 @@ jobs:
with:
version: v1.47
# Optional: show only new issues if it's a pull request. The default value is `false`.
only-new-issues: true
# only-new-issues: true