You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lot of editors do smart indents so if you add a
blank line in the middle of a function it inherits the indentation of
the line above. e.g.
1: func()
2: {
3: ....int j = 3;
4: ....
5: ....AnotherFunc(j);......
6: }
Line 4 is OK
Line 5 has trailing whitespace after the function call.
I'd like to see an option to suppress discarding trailing whitespace on lines
which contain only whitespace.
Original issue reported on code.google.com by simon.to...@gmail.com on 21 Apr 2013 at 8:50
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
simon.to...@gmail.com
on 21 Apr 2013 at 8:50The text was updated successfully, but these errors were encountered: