From: Graeme G. <gr...@ar...> - 2010-12-08 04:16:08
|
Segher Boessenkool wrote: > In mswindows environments that use CRLF line endings ("native" mswindows), > you use aurocrlf=true, and all is fine. (It would seem things will work > for MSVC even with autocrlf=off, but that as an aside). Note that here is little in a "native" mswindows environment that requires CRLF. I certainly use MSVC and have no trouble using strictly LF, because I'm not using notepad, and not editing/using VC project files. Even MSWin system files such as .inf work fine with LF. (My source packaging script converts every non-binary file to LF line endings, and the result happily compiles cross platform). Graeme Gill. |