Explorar el Código

Enforce LF. (#2717)

On Windows with `autocrlf: true`, which is the default, we ended up with modified files.
XhmikosR hace 4 años
padre
commit
bb990bddc5
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      .gitattributes

+ 2 - 0
.gitattributes

@@ -0,0 +1,2 @@
+# Enforce Unix newlines
+* text=auto eol=lf