diff --git a/.gitattributes b/.gitattributes index c821603..4b225a5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,11 @@ -* text=auto eol=lf -*.bat eol=crlf -*.ps1 eol=crlf +# Text +*.py text eol=lf +*.md text eol=lf +*.yml text eol=lf +*.yaml text eol=lf +*.txt text eol=lf + +# Keep these as-is (binary) +*.png -text +*.pdf -text +*.docx -text