| author | |
| committer | |
| log | 0aff1f9ce51fd1b0df5cb5a6a06c5d6c744749fe |
| tree | b354c73073836a6369fcc8230efee1c11a94da10 |
| parent | 2a3e601f7779c921b05ae5df424f36101622b656 |
Fixes git autocrlf issues with .zon files on Windows1 files changed, 1 insertions(+), 0 deletions(-)
.gitattributes+1| ... | ... | @@ -1,4 +1,5 @@ |
| 1 | 1 | *.zig text eol=lf |
| 2 | *.zon text eol=lf | |
| 2 | 3 | *.txt text eol=lf |
| 3 | 4 | langref.html.in text eol=lf |
| 4 | 5 | lib/std/compress/testdata/** binary |