[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] b14f85: [SqueakSSL] fix endless recursion on failes connec...

Ben Coman btc at openinworld.com
Wed Sep 7 09:25:59 UTC 2016


On Wed, Sep 7, 2016 at 3:53 PM, Eliot Miranda <eliot.miranda at gmail.com> wrote:
>
> Hi Guys,
>
>     I notice that carriage returns are creeping into files, presumably because you're editing on Wndows with editors that insert CR+LF at line-endf instead of line-end.  Sorry to be so anal but can we try and avoid CRs in the C source?

Maybe useful, but I've no practical experience with it...

.gitattributes
    *.c  text eol=lf


I've only read about it...

http://adaptivepatchwork.com/2012/03/01/mind-the-end-of-your-line/

https://help.github.com/articles/dealing-with-line-endings/

http://stackoverflow.com/questions/1967370/git-replacing-lf-with-crlf
   - just for the ascii diagram half way down

cheers -ben


More information about the Vm-dev mailing list