diff options
author | Steve Dower <steve.dower@python.org> | 2023-04-17 16:33:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-17 16:33:54 (GMT) |
commit | eb5fd31948e2e379635e17545c18c9ef5d06d3e7 (patch) | |
tree | 35355ab9b4c7098e1cd30affcc4ebc2258a25150 /.gitattributes | |
parent | 5d9762e7cf90444b03b43262be8001ff83401aac (diff) | |
download | cpython-eb5fd31948e2e379635e17545c18c9ef5d06d3e7.zip cpython-eb5fd31948e2e379635e17545c18c9ef5d06d3e7.tar.gz cpython-eb5fd31948e2e379635e17545c18c9ef5d06d3e7.tar.bz2 |
gh-103088: Ensure POSIX venv scripts always use LF line endings (GH-103591)
Also touches the affected files in meaningless ways to ensure they get updated when pulling
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index cb1cf8b..4ed9506 100644 --- a/.gitattributes +++ b/.gitattributes @@ -34,6 +34,7 @@ Lib/test/xmltestdata/* noeol # Shell scripts should have LF even on Windows because of Cygwin Lib/venv/scripts/common/activate text eol=lf +Lib/venv/scripts/posix/* text eol=lf # CRLF files [attr]dos text eol=crlf |