Meg's Code Collection
lib/zig/detect-license
about
branches
tags
log
tree
search
Search
lib/zig/detect-license
.gitattributes
pretty
plain
permalink
blame
history
•
6 lines
•
173 B
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