Enforce "\n" line endings on Windows (#574)

With Windows line endings, which seems to be the default on Windows, the
zig compiler won't understand std out of the box. This project should
not rely on git's global core.autocrlf setting.
This commit is contained in:
Andreas Haferburg 2017-11-01 15:31:32 +01:00 committed by Andrew Kelley
parent 25972be45c
commit b35689b70d

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
*.zig text eol=lf