mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 09:52:37 +02:00
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.
This commit is contained in:
parent
a001b5497c
commit
58b4659ffd
1 changed files with 1 additions and 0 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -1,4 +1,5 @@
|
||||||
* text=auto
|
* text=auto
|
||||||
|
*.py text eol=lf
|
||||||
*.jpg -text
|
*.jpg -text
|
||||||
*.gif -text
|
*.gif -text
|
||||||
*.png -text
|
*.png -text
|
||||||
|
|
Loading…
Reference in a new issue