fix: binary file line endings

Signed-off-by: Alano Terblanche <18033717+Benehiko@users.noreply.github.com>
This commit is contained in:
Alano Terblanche 2024-08-29 18:37:21 +02:00
parent 2b6d2d98d8
commit 4a6ab2b37d
No known key found for this signature in database
GPG Key ID: 0E8FACD1BA98DE27
1 changed files with 11 additions and 2 deletions

13
.gitattributes vendored
View File

@ -1,5 +1,14 @@
* text=auto eol=lf
* text=auto
Dockerfile* linguist-language=Dockerfile
vendor.mod linguist-language=Go-Module
vendor.sum linguist-language=Go-Checksums
*.bat text eol=crlf
*.go -text diff=golang
# scripts directory contains shell scripts
# without extensions, so we need to force
scripts/** text=auto eol=lf
# shell scripts should always have LF
*.sh text eol=lf