Community
Participate
Working Groups
In Preferences->Code Style->Formatter select Eclipse [built-in]. In Java editor type: int x = and press Enter. The continuation line gets indented by one indent instead of expected two. Type: int x = 5 + and press Enter. The continuation line does not get indented at all instead of expected two standard indents.
*** This bug has been marked as a duplicate of 65317 ***