summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2018-03-31 13:45:15 -0400
committerDonald Stufft <donald@stufft.io>2018-03-31 14:45:01 -0400
commit18f6b2059164c003518e34adea1847c2d47e3271 (patch)
tree256d57a5a487fa7fb39b3587e06bc761dc8060e2 /.gitattributes
parentad390f75d02cc49895d612717594842a1394c9bf (diff)
downloadpip-18f6b2059164c003518e34adea1847c2d47e3271.tar.gz
The CA Bundle should always use Unix line endings
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 9c9d2993c..2793a6c10 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,2 +1,4 @@
# Patches must have Unix-style line endings, even on Windows
tasks/vendoring/patches/* eol=lf
+# The CA Bundle should always use Unix-style line endings, even on Windows
+src/pip/_vendor/certifi/*.pem eol=lf