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.
This commit is contained in:
Edward Thomson 2015-06-10 12:24:06 -04:00
parent da6720fcc5
commit f284e72946

3
.gitattributes vendored
View File

@ -1,2 +1 @@
*.c eol=lf
*.h eol=lf
* text=auto