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
#1439 (microsoft/vscode#53546) #1337 In body it work now correctli bod in head not, it's always formating:
<head> <script src="one.js"></script> <!-- one --> <script src="two.js"></script> <!-- two--> </head>
as
1.8.0-rc2 & 1.8.0-rc4
The text was updated successfully, but these errors were encountered:
@Mlocik97-issues Dang... Not sure why.
Take a look on http://jsbeautifier.org/ 1.8.0-rc9
<body> <script src="one.js"> </script> <!-- one --> <script src="two.js"> </script> <!-- two--> </body>
Still not quite right, but better.
Can you include your settings here?
Sorry, something went wrong.
Should be fully fixed in rc10. http://jsbeautifier.org/
Test for #1491
0405dea
No branches or pull requests
#1439 (microsoft/vscode#53546) #1337
In body it work now correctli bod in head not, it's always formating:
as
1.8.0-rc2 & 1.8.0-rc4
The text was updated successfully, but these errors were encountered: