Trim trailing whitespace throughout project#118
Trim trailing whitespace throughout project#118jdufresne wants to merge 1 commit intopython-ldap:masterfrom jdufresne:ws
Conversation
- Trim whitespace from end of lines - Trim whitespace from end of files Helps avoid spurious changes during pull requests, which leads to cleaner diffs during code reviews.
Codecov Report
@@ Coverage Diff @@
## master #118 +/- ##
=======================================
Coverage 68.87% 68.87%
=======================================
Files 49 49
Lines 4694 4694
Branches 789 789
=======================================
Hits 3233 3233
Misses 1111 1111
Partials 350 350
Continue to review full report at Codecov.
|
|
Thanks for your contribution. We are planning to to a full code reformatting of C code and Python code eventually, see PR #2 . Could you please add a comment to the PR and post the command you have used? |
|
Thanks for the suggestion! As @tiran said, we're delaying wholesale code reformatting – solely because there are/were a lot of in-progress patches that would need rebasing. I'll close the PR, but feel free to re-open. Avoid changing non-code files though: |
The command is: With some slight post processing to revert auto-generated files. |
Helps avoid spurious changes during pull requests, which leads to cleaner diffs during code reviews.