-
Notifications
You must be signed in to change notification settings - Fork 33.3k
Adding trimTextTrailingWhitespaceCommand
#211093
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
base: main
Are you sure you want to change the base?
Conversation
…spaceCommand. Currently maintains same behavior as original setting: trimTrailingWhitespaceCommand
…ingWhitespaceCommand to reduce duplicate logic; added test for the new command to ensure whitespace only lines persist with new command on
@microsoft-github-policy-service agree |
Hi @reed2ep thank you for making this PR and apologies for the long delay. I will have a look at the PR now. |
Hi I just noticed that in the new class you added |
#209939.
Changes include:
This command inherits from "trimTrailingWhitespaceCommand" to provide the same behavior except in the case of
whitespace-only lines.
Since the base behavior is inherited and already tested, i elected to test just the new functionality here.