| author | |
| committer | |
| log | abfa31dae82e3cda7f583af92c1f3e09227b5948 |
| tree | 349e51ca4ee1c9cbd6529a6ca3c6526c3295d141 |
| parent | e6f7567f78888b8f464b63ead1ea93fb96d76b0a |
2 files changed, 7 insertions(+), 3 deletions(-)
.gitattributes+4| ... | @@ -1,2 +1,6 @@ | ... | @@ -1,2 +1,6 @@ |
| 1 | # Auto detect text files and perform LF normalization | 1 | # Auto detect text files and perform LF normalization |
| 2 | * text=auto | 2 | * text=auto |
| 3 | *.zig text eol=lf | ||
| 4 | zig.mod text eol=lf | ||
| 5 | zigmod.* text eol=lf | ||
| 6 | zig.mod linguist-language=YAML |
.gitignore+3-3| ... | @@ -1,3 +1,3 @@ | ... | @@ -1,3 +1,3 @@ |
| 1 | /zig-* | 1 | zig-* |
| 2 | /deps.zig | 2 | deps.zig |
| 3 | /.zigmod | 3 | .zigmod |