Hello, I have a Java indenting questions.
When editing C code if I have something like:
void function(int x, int y
int z)
The second line of the declaration indents automatically, right under
the first parameter, after pressing <enter> after the 'y'.
How can I get this to happen when I am writing Java code?
Thanks.
-Jeff
-Jeff
