authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-08-26 19:54:42 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-08-26 19:54:42 -07:00
log41a22d5e5aeb5faafbd3b0bb7b735f2a6f3bc2de
treeff1bb026f35ed17baeca6b6a82e11e5cf4fffd63

add gitattributes


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

.gitattributes created+6
......@@ -0,0 +1,6 @@
1# Auto detect text files and perform LF normalization
2* text=auto
3# TODO https://github.com/ziglang/zig-spec/issues/38
4*.zig text eol=lf
5zig.mod text eol=lf
6zigmod.* text eol=lf