mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 01:42:38 +02:00

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.
5 lines
70 B
Text
5 lines
70 B
Text
* text=auto
|
|
*.py text eol=lf
|
|
*.jpg -text
|
|
*.gif -text
|
|
*.png -text
|