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