Android IDE (AIDE) Support Forum

Extra indentation in callback

When I add callback as method arg i.e.:
handler.post(new Runnable() {
public void run() {

AIDE indents nested class body to 2 steps (8 spaces), not to one.
And no formatting options to fix it.