We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b74160 + 4a6ab2b commit 2230089Copy full SHA for 2230089
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