-
Notifications
You must be signed in to change notification settings - Fork 310
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
Trim trailing whitespace #4206
Trim trailing whitespace #4206
Conversation
This should wait for #4205 to avoid conflicts. I'll mark this as |
Wonder if we should add the final commit produced by merging this PR to That could help keep the line noise down when reviewing https://github.blog/changelog/2022-03-24-ignore-commits-in-the-blame-view-beta/ |
/merge |
I think +/- 700 lines isn't enough to bother. There are larger PRs than this on a frequent basis. But feel free to file a follow-up PR after this merges and the commit hash is known, if you would like. (Maybe include #4205, too.) |
This PR trims trailing whitespace and normalizes file endings in all files, and adds pre-commit hooks to enforce this for future contributions.
These pre-commit hooks already exist in most other RAPIDS repositories, so it would be good to standardize.