On Tuesday, 22 January 2013 at 15:54:46 UTC, mist wrote:
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.
So that's the exact thing I'm trying to implement: To define an
IDE- or project-wide formatting policy and let this control the
code style.
Let's see how far I can do it :)