> On 04 May 2015, at 01:03, Sean P. DeNigris <s...@clipperadams.com> wrote:
> 
> philippeback wrote
>> One note: scripts are saved with the CR (or ^M) line ending by Pharo.
>> Now, vim in Linux positively hates that (showing a single line with ^M s
>> all over).
>> I think we should be much better LF (\n) citizens in the Linux world.
> 
> Yes! Same with fileouts on Mac via MacVim - one long incomprehensible line
> strewn with special characters. Should we save using the line ending of the
> underlying platform? Or is there one that's, if not universal, workable
> (i.e. least offensive) on all major platforms?

NeoCSV, NeoJSON and STON all can output using any EOL convention, but they 
traditionally use CR like the rest of Pharo.

Maybe we should make the default LF like I believe they did in Cuis ?


Reply via email to