I have the code formatter to format the code so there is a space before
and after a = sign, and most other things.  yet when I write a line like
this:

private boolean mDebug = false;

and use the code formatter this line ends up like this:

private boolean mDebug= false;

and if I change it to look like this:

private boolean mDebug=false;

it still changes it back to this:

private boolean mDebug= false;

I just want my space after my variable name please :-)

Thanks
R



_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to