Page 1 of 1

[General Notice] End line format.

PostPosted: 02 Apr 2012, 14:44
by paul424
I noticed in emacs like ^M, that is ASCII control code, namely 13, CARRIAGE RETURN. (like CreateureDefinition.h). It seems that someone tainted the file with the windows editor.
Please use the Unix line endings, that is if you are editing under Windows editor make sure, you set UNIX mode ( or similar name ) under it before starting the edit.
Have a nice day.

Re: [General Notice] End line format.

PostPosted: 02 Apr 2012, 15:22
by StefanP.MUC
Yeah, that's already in our coding guidelines. The wrong endings here probably were used by me. Sometimes Eclipse on Windows seems to forget that I enabled Unix line endings....

If you see the wrong line endings somewhere just change them. Thanks. :)

Re: [General Notice] End line format.

PostPosted: 09 Apr 2012, 17:40
by xahodo
Most rcs systems have some way to attach scripts to them. Why not attach a EOL converter to the commit system?