Skip to content
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 in comments #53

Merged
merged 1 commit into from
Aug 28, 2024
Merged

Conversation

fredrikekre
Copy link
Owner

This patch adds trimming of trailing whitespace inside of comments in addition to the trimming of trailing whitespace in code. Note that trailing whitespace inside of multiline is not trimmed since doing so would change the content of the string.

Closes #50.

This patch adds trimming of trailing whitespace inside of comments in
addition to the trimming of trailing whitespace in code. Note that
trailing whitespace inside of multiline is not trimmed since doing so
would change the content of the string.

Closes #50.
@fredrikekre fredrikekre merged commit 7bceb1c into master Aug 28, 2024
14 checks passed
@fredrikekre fredrikekre deleted the fe/trim-comment-ws branch August 28, 2024 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Strip trailing whitespace in comments
1 participant