diff options
author | Matt Iversen <teh.ivo@gmail.com> | 2016-01-19 18:25:35 +1100 |
---|---|---|
committer | Matt Iversen <teh.ivo@gmail.com> | 2016-01-19 18:25:35 +1100 |
commit | 6aa221447f205ba7ec0b51251dcf107317c25dfc (patch) | |
tree | 77b26be064ae28a0c589f4f8decaf88cadf3be1f | |
parent | 2dc651d72b400040dfd08f1cb20d99f9859d3b9f (diff) | |
download | virtualenv-6aa221447f205ba7ec0b51251dcf107317c25dfc.tar.gz |
Force CRLF for batch files
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..86c9df4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +virtualenv_embedded/*.bat text eol=crlf
\ No newline at end of file |