authorgravatar for meghan@unicycle.coMeghan Denny <meghan@unicycle.co> 2021-07-18 18:07:24 -07:00
committergravatar for meghan@unicycle.coMeghan Denny <meghan@unicycle.co> 2021-07-18 18:07:24 -07:00
logbc1de4305a1aba2f70ae89675b2dc3eb038fbd5a
tree7751a7f0755d5389b480b1463441aea1351211f3
parent1bef6ef3da40b7303c2d081a219cd3441a4101dd

gitattributes- force the zigmod meta files to be lf too


1 files changed, 2 insertions(+), 0 deletions(-)

.gitattributes+2
...@@ -2,3 +2,5 @@...@@ -2,3 +2,5 @@
2* text=auto2* text=auto
3# TODO https://github.com/ziglang/zig/issues/383# TODO https://github.com/ziglang/zig/issues/38
4*.zig text eol=lf4*.zig text eol=lf
5zig.mod text eol=lf
6zigmod.* text eol=lf