mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
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.
This commit is contained in:
parent
25972be45c
commit
b35689b70d
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.zig text eol=lf
|
||||
Loading…
x
Reference in New Issue
Block a user