Explorar el Código

Add .gitattributes to enforce consistent line endings (#469)

Retha Runolfsson hace 3 semanas
padre
commit
046d08a455
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      .gitattributes

+ 5 - 0
.gitattributes

@@ -0,0 +1,5 @@
+# Enforce LF line endings for all text files
+* text=auto eol=lf
+
+# Explicitly declare Python files as text
+*.py text eol=lf