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

Removed trailing whitespace from normalized strings on format #300

Merged
merged 1 commit into from
Feb 20, 2019

Conversation

NikolasKomonen
Copy link
Contributor

eg:

 <a> Content </a>

Before changes:

 <a>Content </a>

After changes:

 <a>Content</a>

@NikolasKomonen NikolasKomonen changed the title Removed trailing whitespace from normalized strings Removed trailing whitespace from normalized strings on format Feb 13, 2019
Signed-off-by: Nikolas Komonen <nikolaskomonen@gmail.com>
@fbricon fbricon added bug Something isn't working formatting This issue or enhancement is related to formatting support labels Feb 20, 2019
@fbricon fbricon added this to the v0.4.0 milestone Feb 20, 2019
@fbricon fbricon merged commit 34ffae8 into eclipse:master Feb 20, 2019
@NikolasKomonen NikolasKomonen deleted the normalizedEndWhitespace branch March 7, 2019 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working formatting This issue or enhancement is related to formatting support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants