Преглед на файлове

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

Retha Runolfsson преди 3 седмици
родител
ревизия
046d08a455
променени са 1 файла, в които са добавени 5 реда и са изтрити 0 реда
  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