On Jan 10, 2008 6:32 PM, Marko Kocić <[EMAIL PROTECTED]> wrote:
> No it's not. Almost all of the editors will handle LF ok. CRLF was
> convention
> back in the DOS days, but that's not the case anymore.
Native Windows editors and tools (from notepad.exe on) will create
CRLF text files by default. Even the Emacs port does it.
It's one thing to say that most tools are able to handle both
end-of-line styles, and even that *all tools should*. But pretending
that the convention on Windows is not CRLF is ridiculous.
> Also, the point of version control is to enable you to retrieve
> exactly the same
> content as someone put it in the repo. At least by default.
And the point of a default is helping people by automatically doing
the most common thing.
> but the
> only acceptable default is to not perform any conversion by default.
Obviously, some people disagree.
Juanma