Selaa lähdekoodia

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 3 kuukautta sitten
vanhempi
sitoutus
bb6c2155f3
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      .gitattributes

+ 1 - 0
.gitattributes

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