Local variable alignment
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.
Please sign in to leave a comment.
Hi Serge,
There is the issue about it, feel free to vote for it: http://youtrack.jetbrains.com/issue/IDEA-56947