Original author: mkmori...@gmail.com (July 20, 2010 00:12:30)
In the annoyances category, in an if-else block, Auto Format changes this:
} else {
...to this:
}
else {
(Similar handling of "} else if (expression) {".)
...which seems unnecessary, unattractive (subjective?), and contrary to at least some of the reference examples.
Suggest Auto Format hew to the more compact format....
FWIW!
Original issue: http://code.google.com/p/processing/issues/detail?id=325
Original author: mkmori...@gmail.com (July 20, 2010 00:12:30)
In the annoyances category, in an if-else block, Auto Format changes this:
} else {
...to this:
}
else {
(Similar handling of "} else if (expression) {".)
...which seems unnecessary, unattractive (subjective?), and contrary to at least some of the reference examples.
Suggest Auto Format hew to the more compact format....
FWIW!
Original issue: http://code.google.com/p/processing/issues/detail?id=325