Loggytronic Forum

VOMP => VOMP for Raspberry Pi => Topic started by: glotzi on November 04, 2012, 20:29:28

Title: PLZ fix LF/CR in source code
Post by: glotzi on November 04, 2012, 20:29:28
Hi Marten,

the git is polluted with source code in DOS format. This looks very crappy in git and vim:

eg: http://git.vomp.tv/gitweb/?p=vompclient-raspi.git;a=blob;f=demuxerts.cc

Can you plz convert the source to unix format?
Title: Re: PLZ fix LF/CR in source code
Post by: MartenR on November 05, 2012, 07:12:08
I actaully this happens, since I am developing using as samba share on windows.
Also I need this stuff for the windows port, since files if out lf /cr look crappy in visual c++
But I have added some git magic and now the line ending should be fine on every plattform.

Marten