Skip to content

Commit 891945e

Browse files
committed
Add .gitattributes
Ensures the line endings are lf on windows. CI was failing before this. Only impacts developing ziglua. The build system doesn't convert line endings so users of ziglua will not see an impact from this.
1 parent d9a1585 commit 891945e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitattributes

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
*.zig text eol=lf
2+
*.zon text eol=lf
3+
*.lua text eol=lf
4+
*.cpp text eol=lf
5+
*.h text eol=lf
6+
*.patch text eol=lf

0 commit comments

Comments
 (0)