.gitattributes 124 B

12345
  1. # Enforce LF line endings for all text files
  2. * text=auto eol=lf
  3. # Explicitly declare Python files as text
  4. *.py text eol=lf