We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Beautifying
<div class="searchform"><input type="text" value="" name="s" id="s"/><input type="submit" id="searchsubmit" value="Search"/></div>
ends up as
<div class="searchform"> <input type="text" value="" name="s" id="s" /> <input type="submit" id="searchsubmit" value="Search" /> </div>
Which adds a whitespace between the two elements due to the newline before the second .
http://jsfiddle.net/kyof1y9o/
Tested on jsbeautifier.org
The text was updated successfully, but these errors were encountered:
This looks to be fixed in 1.6.0. Need to add regression test.
Sorry, something went wrong.
156f868
No branches or pull requests
Beautifying
ends up as
Which adds a whitespace between the two elements due to the newline before the second .
http://jsfiddle.net/kyof1y9o/
Tested on jsbeautifier.org
The text was updated successfully, but these errors were encountered: