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

HTML formater puts new line after open brace and open tag. #27

Closed
motz-art opened this issue Jun 19, 2018 · 1 comment
Closed

HTML formater puts new line after open brace and open tag. #27

motz-art opened this issue Jun 19, 2018 · 1 comment
Assignees

Comments

@motz-art
Copy link

  • VSCode Version: 1.24.1, 1.25.0-insider
  • OS Version: Windows 10 pro

Steps to Reproduce:

  1. Create .html file. Add next line:
This (<span>is</span>) text.
  1. Run Format Document or press CTRL+Shift+F.

Expected Result:
Line remains unchanged:

This (<span>is</span>) text.

Actual Result:
Formater puts new line after open brace and open tag:

This (
<span>is</span>) text.

Does this issue occur when all extensions are disabled?: Yes

@aeschli
Copy link
Contributor

aeschli commented Aug 6, 2018

duplicate of beautifier/js-beautify#841

@aeschli aeschli closed this as completed Aug 6, 2018
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

No branches or pull requests

2 participants