Skip to content

Commit

Permalink
Enforce "\n" line endings on Windows (#574)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
haferburg authored and andrewrk committed Nov 1, 2017
1 parent 25972be commit b35689b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
@@ -0,0 +1 @@
*.zig text eol=lf

0 comments on commit b35689b

Please sign in to comment.