dangerzone/.gitattributes
Alex Pyrgiotis 58b4659ffd
Improve .gitattributes
It seems that we need to specify that Python files have LF line endings
on Windows environments, else they will get converted to CRLF. If this
happens, then the container image we build in this environment will have
Python files with wrong endings, and tests will break.

Refs #838 for previous attempt.
2024-10-07 12:48:02 +03:00

5 lines
70 B
Text

* text=auto
*.py text eol=lf
*.jpg -text
*.gif -text
*.png -text