mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-26 13:01:34 +03: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:
committed by
Andrew Kelley
parent
25972be45c
commit
b35689b70d
@@ -0,0 +1 @@
|
||||
*.zig text eol=lf
|
||||
Reference in New Issue
Block a user