Commit b35689b70d

Andreas Haferburg <haferburg@users.noreply.github.com>
2017-11-01 15:31:32
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.
1 parent 25972be
Changed files (1)
.gitattributes
@@ -0,0 +1,1 @@
+*.zig text eol=lf