-
Notifications
You must be signed in to change notification settings - Fork 789
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
whitespace cleanup #6354
whitespace cleanup #6354
Conversation
Ugh, this test is still flaky:
|
While doing this can you get rid of the random whitespace at the end of lines. Because that triggers my OCD big time. |
If we put an .editorconfig in the repo root with the correct configuration, most editors these days will enforce constraints like 'trim spaces at end of line' and 'newline at end of file'. Might be a simple way to bring the repo into alignment and ensure consistency going forward. |
Let's do that in a separate PR, once for all. |
If you do end up doing it, I added a test for trailing whitespace a long time ago which could probably be re-added: #1421 |
@NatElkins Thanks! @TIHan or @KevinRansom , can you approve then we can get about integrating this into PRs etc.? thanks |
|
Ping :) the longer we leave it dangling the more integration pain we get :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems simple enough. Nothing glaring from my point of view.
More bike shedding in the morning.
This is all whitespace cleanup.
Why use one space when we could randomly scatter multiple spaces throughout our codebase?