[Mono-list] DOS/UNIX line endings

Dick Porter dick@ximian.com
Sat, 4 May 2002 22:29:27 +0100


On Sat, May 04, 2002 at 03:50:21PM -0400, Duncan Mak wrote:
> On Sat, 2002-05-04 at 15:40, Daniel Carrera wrote:
> > It only takes a trivial Perl program to change a file from one system to
> > the other.  Indeed, Linux already has a 'dos2unix' for this purpose.
> > 
> > There will be no problem.

Please don't run that on CVS files, it will generate too much noise in
the diffs.

> In emacs, you can force the editor to open up files in DOS mode by doing
> 
> C-x RET c dos C-x f

We want proper line endings in our code though.

- Dick