Java-syntax braces formatting
Submitted by on Saturday, 22 January, 2005 - 01:17
Is there any plugin to format Java code like this:
function f(int a) {
if (a > 0) {
System.out.println("xxx"); } }
Note the right braces on the same line as the last statement in blocks. (It's the Python style!)

