I'm note sure this requires a vote but I prefer indent 4.

Jim


On Aug 11, 2006, at 5:55 PM, Jeremy Boynes wrote:

In our code guidelines (or at least the IDE setup files), case is not indented
    switch (i) {
    case 1:
        break;

but the checkstyle profile is looking for a 4 character indent:
    switch (i) {
        case 1:
            break;

which do we want?

[ ] No indent
[ ] Indent 4 characters

--
Jeremy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to