There's a setting for alignment of class's fields, so that they can be aligned in the following way:
int mask = elements.length-1;
double newSize = 10.5;
string s = "xxxx";
but there doesn't seem to be an option for same alignment of local variables in a function, is there? If not, it seems like a shortcoming that needs to be added.