Skip to content

Commit 4a6ab2b

Browse files
committed
fix: binary file line endings
Signed-off-by: Alano Terblanche <18033717+Benehiko@users.noreply.github.com>
1 parent 2b6d2d9 commit 4a6ab2b

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

.gitattributes

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1-
* text=auto eol=lf
1+
* text=auto
2+
23
Dockerfile* linguist-language=Dockerfile
34
vendor.mod linguist-language=Go-Module
45
vendor.sum linguist-language=Go-Checksums
5-
*.bat text eol=crlf
6+
7+
*.go -text diff=golang
8+
9+
# scripts directory contains shell scripts
10+
# without extensions, so we need to force
11+
scripts/** text=auto eol=lf
12+
13+
# shell scripts should always have LF
14+
*.sh text eol=lf

0 commit comments

Comments
 (0)