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

Add GUI support for --indent-inner-html. #633

Merged
merged 1 commit into from
Mar 6, 2015
Merged

Add GUI support for --indent-inner-html. #633

merged 1 commit into from
Mar 6, 2015

Conversation

bardiharborow
Copy link
Contributor

Creates a GUI option to go from:

<html>

<head></head>

<body></body>

</html>

To:

<html>

    <head></head>

    <body></body>

</html>

I would like to also add an option to go to:

<html>
    <head></head>
    <body></body>
</html>

But maybe later, seeing as the underlying engine does not seem to support it (?).

@bitwiseman
Copy link
Member

Nice job. Looks good.

bitwiseman added a commit that referenced this pull request Mar 6, 2015
Add GUI support for `--indent-inner-html`.
@bitwiseman bitwiseman merged commit 6b90203 into beautifier:master Mar 6, 2015
@bitwiseman bitwiseman added this to the v1.5.5 milestone Mar 6, 2015
@bitwiseman
Copy link
Member

Please file an issue for the the second case you referred to.

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.

2 participants