News:

Latest versions:
Server plugin: 0.5.1
MVP dongle: 0.5.2
Raspberry Pi client: 0.5.2
Windows client: 0.5.2-1

Main Menu

PLZ fix LF/CR in source code

Started by glotzi, November 04, 2012, 20:29:28

Previous topic - Next topic

glotzi

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?

MartenR

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