Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Frazier <joseph@onsip.com>2015-10-07 06:42:54 +0300
committerJoseph Frazier <joseph@onsip.com>2015-10-08 04:33:19 +0300
commit3f259a35da0c10a070de5a681a73d5331a7d8113 (patch)
tree40aafcb14ba1d9935eb47fb2da9eda67e00de168 /.gitattributes
parent80d615b417e4c869b3cde4fec084f25e908aad1f (diff)
echo "*.txt text eol=lf" >> .gitattributes
This forces Windows checkouts to keep LF line endings for test files. https://help.github.com/articles/dealing-with-line-endings/#example resolves https://github.com/feross/webtorrent/issues/429
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..f9e337f
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+*.txt text eol=lf