mirror of https://github.com/caddyserver/caddy.git
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:
parent
56c139f003
commit
2f43aa0629
|
@ -0,0 +1 @@
|
|||
*.go text eol=lf
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue