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 <[email protected]> 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
