]> Cypherpunks.ru repositories - gostls13.git/blobdiff - .gitattributes
build: force all Windows batch files to CRLF
[gostls13.git] / .gitattributes
index 07953cae39ba75dbf550a5ce013974ca1e829206..bcea0290f4c8d9197fc7d7c055a8055126278078 100644 (file)
@@ -8,3 +8,9 @@
 # See golang.org/issue/9281
 
 * -text
+
+# The only exception is Windows files that must absolutely be CRLF or
+# might not work. Batch files are known to have multiple bugs when run
+# with LF endings. See golang.org/issue/37791 for more information.
+
+*.bat text eol=crlf