Hi, Bertrand Delacretaz schrieb: > On Wed, Apr 22, 2009 at 5:49 PM, Ian Boston <[email protected]> wrote: >> Is there a code style guide for sling, or better still an eclipse config and >> import order. >> It looks like standard java style but I am not sure about the space policy... > > I'm not sure if we're sure either ;-) > > I use two spaces and no tabs for indents, and for the rest all the > default Eclipse settings.
two spaces ? Isn't the default 4 (which is also what Sun is recommending IIRC). Anyway, I use 4 and most of the code seems to also be 4. Regards Felix > > -Bertrand >
