diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..6dc00bc8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# Handle line endings automatically +* text=auto + +# Ensure Python files use LF +*.py text eol=lf +*.md text eol=lf