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

Remove whitespace at end of line #445

Merged
merged 1 commit into from May 24, 2018

Conversation

jkleckner
Copy link
Contributor

This is a non-semantic patch set that does not change tabs but cleans
out whitespace from the end of lines.

The motivation for this is that PyCharm does this cleanup when editing
files and it results in extra noise when creating and managing patch
sets because you need to constantly be doing a "git diff -b" to filter
away the extraneous noise.

To verify this patch set changes nothing semantic you can run
"git diff -b HEAD^" and observe no output.

This is a non-semantic patch set that does not change tabs but cleans
out whitespace from the end of lines.

The motivation for this is that PyCharm does this cleanup when editing
files and it results in extra noise when creating and managing patch
sets because you need to constantly be doing a "git diff -b" to filter
away the extraneous noise.

To verify this patch set changes nothing semantic you can run
"git diff -b HEAD^" and observe no output.
@jkleckner
Copy link
Contributor Author

No leading tabs were hurt during the making of this patch set ;-)

@jmschrei jmschrei merged commit bd7ea2f into jmschrei:master May 24, 2018
@jmschrei
Copy link
Owner

+1

@jkleckner jkleckner deleted the remove-trailing-space branch May 24, 2018 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants