Ver Fonte

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

Retha Runolfsson há 3 semanas atrás
pai
commit
046d08a455
1 ficheiros alterados com 5 adições e 0 exclusões
  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