Explorar el Código

Hopefully finally fixed the CRLF madness

Matthias hace 8 años
padre
commit
420df30abd
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      .gitattributes

+ 5 - 0
.gitattributes

@@ -0,0 +1,5 @@
+# Autodetect text files
+* text=auto
+
+# Declare files that will always have LF line endings on checkout.
+*.* text eol=lf