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.
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