Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option for trailing whitespace #219

Open
GoogleCodeExporter opened this issue May 13, 2015 · 0 comments
Open

Option for trailing whitespace #219

GoogleCodeExporter opened this issue May 13, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant