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

Show self-closing tags without children on 1 line #11

Merged
merged 1 commit into from
Sep 2, 2019

Conversation

gabebw
Copy link
Owner

@gabebw gabebw commented Sep 2, 2019

Now <meta charset="utf-8" /> will be shown as:

<meta charset="utf-8"></meta>

instead of:

<meta charset="utf-8">
</meta>

Fixes #10.

Now `<meta charset="utf-8" />` will be shown as:

    <meta charset="utf-8"></meta>

instead of:

    <meta charset="utf-8">
    </meta>
@gabebw gabebw merged commit 9c49072 into master Sep 2, 2019
@gabebw gabebw deleted the gbw-self-closing-tags branch September 2, 2019 04:50
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.

Pretty-print self-closing tags on one line
1 participant