Skip to content

Commit

Permalink
fix: binary file line endings
Browse files Browse the repository at this point in the history
Signed-off-by: Alano Terblanche <18033717+Benehiko@users.noreply.github.com>
  • Loading branch information
Benehiko committed Sep 6, 2024
1 parent 2b6d2d9 commit 4a6ab2b
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4a6ab2b

Please sign in to comment.