瀏覽代碼

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