瀏覽代碼

Hopefully finally fixed the CRLF madness

Matthias 8 年之前
父節點
當前提交
420df30abd
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      .gitattributes

+ 5 - 0
.gitattributes

@@ -0,0 +1,5 @@
+# Autodetect text files
+* text=auto
+
+# Declare files that will always have LF line endings on checkout.
+*.* text eol=lf