We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 557a61d commit b7a2b1eCopy full SHA for b7a2b1e
.gitattributes
@@ -1,2 +1,10 @@
1
-# see golang.org/issue/9281
2
-* eol=lf
+# Treat all files in the Go repo as binary, with no git magic updating
+# line endings. Windows users contributing to Go will need to use a
3
+# modern version of git and editors capable of LF line endings.
4
+#
5
+# We'll prevent accidental CRLF line endings from entering the repo
6
+# via the git-review gofmt checks.
7
8
+# See golang.org/issue/9281
9
+
10
+* -text
0 commit comments