Ray

This one behaves according to the VS Code HTML formatter settings.

You can configure it with html.format.wrapAttributes in settings.json

  • auto: Wrap when the line length is exceeded
  • force: Wrap all attributes, except first
  • force-aligned: Wrap all attributes, except the first, and align attributes
  • force-expand-multiline: Wrap all attributes
  • aligned-multiple: Wrap when line length is exceeded, align attributes vertically
  • preserve: Preserve wrapping of attributes
  • preserve-aligned: Preserve wrapping of attributes but align

So preserve or preserve-aligned should do the trick.

You can find the list of all settings at https://code.visualstudio.com/docs/languages/html#_formatting

  • Ray likes this.

Ray Makes sense. I'm adding this to our list! Thank you!

  • Ray likes this.

Sorry about the regression. The next pre-release will get rid of this one for good.

  • Ray likes this.

Found one when braces are no applied

Hi Ray,

We've fixed most of the issues you've reported in the last update - one more left for the next one.

Thank you!

    Hi Ray,

    We've fixed the last one from this thread. It's going to be available in the next pre-release version.

    Thank you!

      MiloslavBeno Thank you I will test them when available.

        Thank you! All the fixes are available in the pre-release now.

          5 days later

          Hi Ray, I'm closing this one. If you encounter an additional thing we can improve, please create a new one.

          Thanks

            Yes all these issues have been resolved. I have found other issues but I will create new discussions per issue.

            Thanks for all your hard work on code formatting!

              Write a Reply...