tomeshnet / ipfs-live-streaming

Like HTTP live streaming, but with IPFS which is maybe better?
GNU General Public License v3.0
446 stars 76 forks source link

Fix windows carriage returns #101

Closed benhylau closed 4 years ago

benhylau commented 4 years ago

Checked from directory root:

find . -not -type d -exec file "{}" ";" | grep CRLF

Only three files had CRLF, modied each with :set fileformat=unix in vim.