Explorar o código

Add .gitattributes: Ensure Unix line endings for text files

On Windows, Git may be configured to checkout LF line endings as CRLF, but this breaks shell scripts.
Simran Spiller hai 3 meses
pai
achega
bb6c2155f3
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      .gitattributes

+ 1 - 0
.gitattributes

@@ -0,0 +1 @@
+* text=auto eol=lf