diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..506e0f0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# Detect text files and normalize line endings in the index (cross‑platform). +* text=auto + +# YAML / CI: always LF so Linux runners and merges match Windows checkouts. +*.yml text eol=lf +*.yaml text eol=lf