Something similar to Visual Studio's formatting settings that allows spaces in empty method calls, spacing before and after the . member access operator, etc. For instance:
from:
verts()[i].setPosition(x,y,z)
to:
verts ( )[ i ].setPosition ( x, y, z )
I saw a few links online but they seem to be pretty outdated.
Also looking for a tool with a GUI.