You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Format the html tag with the following user setting: "html.format.wrapAttributes": "force-aligned",
Does this issue occur when all extensions are disabled?: Yes
This is what an html tags with a few not very long looks like after it has been formatted(the attributes are aligned one below each other in VSC, but markdown is being stupid):
The empty line between the ng-click and type attributes is not something that i added - the formatter does.
If i change the ng-click to be 107 characters or less the empty line is not added. If it is more that 107, like the example above, a newline is added when you format the document.
The text was updated successfully, but these errors were encountered:
Steps to Reproduce:
"html.format.wrapAttributes": "force-aligned",
Does this issue occur when all extensions are disabled?: Yes
This is what an html tags with a few not very long looks like after it has been formatted(the attributes are aligned one below each other in VSC, but markdown is being stupid):
Which what is expected.
The problem occurs if you go nuts and add longer attribute, which happens to me quite often on AngularJS apps:
The empty line between the
ng-click
andtype
attributes is not something that i added - the formatter does.If i change the ng-click to be 107 characters or less the empty line is not added. If it is more that 107, like the example above, a newline is added when you format the document.
The text was updated successfully, but these errors were encountered: