Skip to content

Commit b35689b

Browse files
haferburgandrewrk
authored andcommittedNov 1, 2017
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 commit b35689b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.zig text eol=lf

0 commit comments

Comments
 (0)
Please sign in to comment.