Commit f284e72946306bdbb6a6670769d29310fa279545

Edward Thomson 2015-06-10T12:24:06

gitattributes: let clients use native line endings Use "text=auto" to ensure that we get LFs in the repository, but let clients have their native line endings in their worktree.

1
2
3
4
5
6
7
8
diff --git a/.gitattributes b/.gitattributes
index f90540b..176a458 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,2 +1 @@
-*.c eol=lf
-*.h eol=lf
+* text=auto