We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b6d2d9 commit 4a6ab2bCopy full SHA for 4a6ab2b
1 file changed
.gitattributes
@@ -1,5 +1,14 @@
1
-* text=auto eol=lf
+* text=auto
2
+
3
Dockerfile* linguist-language=Dockerfile
4
vendor.mod linguist-language=Go-Module
5
vendor.sum linguist-language=Go-Checksums
-*.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