Community
Participate
Working Groups
I20060301-0800 (already wrong in 3.1.2) public class Try { boolean test(int thisIsAVeryLongName, int anotherVeryLongName) { return (thisIsAVeryLongName == 1 && anotherVeryLongName == 1) || thisIsAVeryLongName == 2; // 2 more tabs } } Format with default settings does not touch the code (good). Correct Indentation left-aligns the line '|| thisIsAVeryLongName == 2;' with the return statement above. Typing return after first line of the return statement also places the caret on the next line, indented with 2 tabs. Expected: 4 tabs.
*** This bug has been marked as a duplicate of 65317 ***