Community
Participate
Working Groups
I would like the option of a blank line after a closing bracket. This would be for do/while/for/if statements. Example: void test(int a, int b) { if (a != b) { if (a > b) { b++; } } } becomes void test(int a, int b) { if (a != b) { if (a > b) { b++; } } } This is the coding standard where I work, and I can't get Eclipse to produce such behavior. Thanks.
What would be the desired behavior in case of a if/else. if (c) { } else { } Do you want empty lines to be added before the else or just at the end of the if statement?
My preference is blank lines at the end of the if, but not the else. Making it configurable would probably be preferred since someone is sure to want a carriage return before the else.
The carriage return before the else is already configurable. I am simply talking about the location of empty lines.
Deferring post 3.1
As of now 'LATER' and 'REMIND' resolutions are no longer supported. Please reopen this bug if it is still valid for you.