| author | |
| committer | |
| log | b35689b70de2da0c28d4d6ab56e2987cddf80e77 |
| tree | 6b4a08458b7afbe7a9769825a69fbc3575fc90df |
| parent | 25972be45c360f0242928eeb54f63554a74c7085 |
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 | ||