There is no need to choose a default because before the file out is executed, one could check the which OS the system is running.
And then switch to the proper line ending.
Is just a one-liner

Smalltalk os isUnix




2014-07-24 11:12 GMT-03:00 Esteban A. Maringolo <emaringolo@gmail.com>:
2014-07-24 2:17 GMT-03:00 Sean P. DeNigris <sean@clipperadams.com>:
> Any reason not to? Tedious to continually do "%s/\r/\r/g"s on Mac to fix:
> �� TextStream subclass:^M#UCTextStream^MinstanceVariableNames:
> ''^MclassVariableNames: ''^MpoolDictionaries: ''^Mcategory: 'UFFA-Core'!^M!

Yes please.

And have an option to switch to any other ending for those who want it
that way for any uncomprehensible reason :P.
But Unix by default.


Esteban A. Maringolo