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

Implement trim trailing whitespaces formatting setting #784

Merged
merged 1 commit into from
Jun 17, 2020
Merged

Conversation

xorye
Copy link

@xorye xorye commented Jun 16, 2020

For redhat-developer/vscode-xml#250

Since trailing whitespaces after elements (ie: <a>test</a>____) are already being removed after formatting, this PR focusses on removing the trailing whitespaces within text content.

Demo:

<test>
   
text    
   
</test>

demo

Signed-off-by: David Kwon dakwon@redhat.com

Signed-off-by: David Kwon <dakwon@redhat.com>
@angelozerr angelozerr merged commit 981cddd into eclipse-lemminx:master Jun 17, 2020
@xorye xorye added this to the 0.13.0 milestone Jun 25, 2020
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.

3 participants