Skip to content

Commit

Permalink
chore: Add .gitattributes to force *.go to LF (caddyserver#4919)
Browse files Browse the repository at this point in the history
* chore: Add .gitattributes to force *.go to LF

* What if I remove this flag
  • Loading branch information
francislavoie authored Jul 29, 2022
1 parent 56c139f commit 2f43aa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.go text eol=lf
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2f43aa0

Please sign in to comment.