diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..60a69c8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +# Normalize all text files to LF in the repository +* text=auto eol=lf + +# Shell scripts — always LF (required for bash execution) +*.sh text eol=lf + +# Markdown and JSON — always LF +*.md text eol=lf +*.json text eol=lf