I always define project code style policies in Eclipse code style
settings and run auto-format (Ctrl+Shift+F) on new code always
before commiting to ensure my nasty personal preferences have not
slipped out of subconscious. It also converts all whitespaces
consistently to match project settings and sometimes I forget to
setup tab->space autoreplacement for external editors.
In-place formatting is not that important for me.
On Tuesday, 22 January 2013 at 14:44:15 UTC, alex wrote:
On Tuesday, 22 January 2013 at 10:26:21 UTC, mist wrote:
On Monday, 21 January 2013 at 21:35:11 UTC, alex wrote:
On Monday, 21 January 2013 at 21:32:38 UTC, F i L wrote:
Thanks Alex, even though I don't use auto-formatting (I
never did like that).
I use it rarely either - but some others asked whether I
could do this - and now there it is :)
Lack of auto-formatter was the reason I stopped using Mono-D
some time ago :) Awesome update, good luck with this!
Uhm..what is an auto-formatter in your eyes? Automatic
formatting
when you typed a '}' for instance?
Or just the explicit possibility to let a program format your
code?
I mean, once the code got indented correctly, why should it ever
be passed through a formatter again? Just to see that it's
actually been indented correctly? Hmm..