On Mon, Jun 14, 2010 at 05:56:31PM +0200, Rafaël Carré wrote: > On Mon, 14 Jun 2010 17:33:12 +0200 > Frank Gevaerts <fr...@gevaerts.be> wrote: > > > On Mon, Jun 14, 2010 at 05:27:03PM +0200, Rafaël Carré wrote: > > > I think you should always save files with Unix line endings, > > > regardless if eol-style is used or not. > > > > Some editors may not support that easily. > > I assumed no existing editor can't handle \n > > In another mail I mentioned notepad.exe (from windows XP, I'm not sure > what notepad.exe from Vista and above does) is the only editor to my > knowledge which can't read/write \n
I personally don't care about editors that don't *read* \n properly. The use case I have in mind is editors that read and display everything just fine but don't save things "correctly" then (or need a setting that people can forget). That case is easily handled with eol-style=LF, and that *is* the correct way to handle this in the svn world. Frank -- "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." - Brian W. Kernighan