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

still probem #1439 / #1337 #1491

Closed
ghost opened this issue Aug 17, 2018 · 2 comments
Closed

still probem #1439 / #1337 #1491

ghost opened this issue Aug 17, 2018 · 2 comments

Comments

@ghost
Copy link

ghost commented Aug 17, 2018

#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

<head>
    <script src="one.js"></script>

    <!-- one -->
    <script src="two.js"></script>

    <!-- two-->
</head>

1.8.0-rc2 & 1.8.0-rc4

@ghost ghost changed the title still probem #1439 still probem #1439 / #1337 Aug 17, 2018
@bitwiseman
Copy link
Member

bitwiseman commented Aug 17, 2018

@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?

@bitwiseman
Copy link
Member

Should be fully fixed in rc10. http://jsbeautifier.org/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant