| author | |
| committer | |
| log | 130cd2f38fe7795a2dfd9825458fde886b0d7951 |
| tree | e89c6421233221da77447561fa3194865fd2ad24 |
2 files changed, 9 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 | |
| 5 | zig.mod text eol=lf | |
| 6 | zigmod.* text eol=lf |
.gitignore created+3| ... | ... | @@ -0,0 +1,3 @@ |
| 1 | zig-* | |
| 2 | .zigmod | |
| 3 | deps.zig |