| author | |
| committer | |
| log | d055a8591f9788b361f216e2d3a53017ae032377 |
| tree | d68243ba58878dacf61c9e51d77484ad3470930b |
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/issues/38 | ||
| 4 | *.zig text eol=lf | ||
| 5 | zig.mod text eol=lf | ||
| 6 | zigmod.* text eol=lf | ||