diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..f6d0facb0f9139bd8e89d2a10674459bb1b00127 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# Auto detect text files and perform LF normalization +* text=auto +# TODO https://github.com/ziglang/zig-spec/issues/38 +*.zig text eol=lf +zig.mod text eol=lf +zigmod.* text eol=lf