authorgravatar for haferburg@users.noreply.github.comAndreas Haferburg <haferburg@users.noreply.github.com> 2017-11-01 15:31:32+01:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2017-11-01 10:31:32-04:00
logb35689b70de2da0c28d4d6ab56e2987cddf80e77
tree6b4a08458b7afbe7a9769825a69fbc3575fc90df
parent25972be45c360f0242928eeb54f63554a74c7085

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 files changed, 1 insertions(+), 0 deletions(-)

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