Browse Source

Enforce line endings when cloning (fixes #1766)

Lode Hoste 10 years ago
parent
commit
2361a0dd6e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .gitattributes

+ 1 - 1
.gitattributes

@@ -1,5 +1,5 @@
 # Text files use LF line endings in this repository
-*   text=auto
+*   text eol=lf
 
 # Except the dependencies, which we leave alone
 Godeps/**   -text=auto