On Thu, 2007-05-24 at 17:54 +0200, Mladen Turk wrote:
Also although many windows tools support LF endings,
you must be sure that everyone will have them set,
or you can end up with intermixed LF,CRLF content in
the same file.
This can't happen if eol-style is set to LF. Any CRLF line ending is
stripped on every commit.
-Jason