April 29, 2011
9:52 p.m.
In 'World > System > Settings > Refactoring Engine > Configurable Formatter' you can change all kinds of settings related to the formatting. Lukas On 29 April 2011 23:00, Scott Gibson <wsgibson@windstream.net> wrote:
When I refactor, or format the code, there seems to be too much indention where "with: []" is used. Â For example:
renderHeaderOn: html   (html div)     id: 'header';     with: [           self renderLoginOn: html.           self renderLogoOn: html.           self renderMenuOn: html ]
Is this how it is supposed to be? Â Is there a way to reduce the indention by one level if so?
Thanks! Scott Gibson
-- Lukas Renggli www.lukas-renggli.ch