> It's easier to write a rule that detects and rejects tabs than it is to
> detect a bad mixture of tabs and spaces. In the latter, what would happen
> with:
>
> < tab >int[] x = {1, 2, 3, 4, 5,
> < tab > 6, 7, 8, 9, 10};
I would argue, that space characters has no place after a linebreak.
They should only be used between tokens within a line. NetBeans 7.0
*finally* got soft linebreaks, so the kind of artistic hard linebreaks
as shown above, is no longer necessary. Let a person with a 27"
monitor take full advantage of his screen.
--
You received this message because you are subscribed to the Google Groups "The
Java Posse" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/javaposse?hl=en.