commit b35689b70de2da0c28d4d6ab56e2987cddf80e77 (tree)
parent 25972be45c360f0242928eeb54f63554a74c7085
Author: Andreas Haferburg <haferburg@users.noreply.github.com>
Date: Wed, 1 Nov 2017 15:31:32 +0100
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.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.gitattributes b/.gitattributes
@@ -0,0 +1 @@
+*.zig text eol=lf