2
0
Эх сурвалжийг харах

Adding line ending settings to .gitattributes (#4026)

* Adding line ending settings to .gitattributes

This should make it so that cmd and bat files are always crlf and sh and
config.guess are always lf.

* Kicking this file...

* Undoing the last change
Chris B 3 жил өмнө
parent
commit
026c192ca0
1 өөрчлөгдсөн 5 нэмэгдсэн , 1 устгасан
  1. 5 1
      .gitattributes

+ 5 - 1
.gitattributes

@@ -1 +1,5 @@
-*       text=auto
+*       text=auto
+*.cmd text eol=crlf
+*.bat text eol=crlf
+*.sh text eol=lf
+*.guess text eol=lf