Enforce Unix newlines

Without this, a Git checkout on Windows could result in files with
Windows newlines, which aren't read properly in some cases.
This commit is contained in:
Dan Stillman 2016-02-23 14:30:51 -05:00
parent 2d8f37967e
commit f6fc14f7a0

1
.gitattributes vendored Normal file
View file

@ -0,0 +1 @@
text eol=lf