diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2666ebb --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Enforce LF line endings for all text files to ensure consistent +# behavior across platforms (fixes Windows CI test failures caused by CRLF) +* text=auto eol=lf