Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request
The issue or feature being addressed
Contributors leverage code cleanup add superfluous changes to files when executing code clean up due to
var
preferencesLink to PR & comment: #1693 (comment)
Details on the issue fix or feature implementation
Running code cleanup on Polly.Core results for the following editorconfig scenarios results in:
false
: 16 filesAfter looking through the changes for options 1 & 2, it appears we are intentionally adding explicit context that is valuable in scenarios on both sides. This PR implements option 3 as the codebase does a pretty good job of being consistent while allowing for a few one-off exceptions in places where context is important.
Confirm the following