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
HTML formatter options are now available in the settings:
// Maximum amount of characters per line (0 = disable)."html.format.wrapLineLength": 120,// List of tags, comma separated, that shouldn't be reformatted. 'null' defaults to all inline tags."html.format.unformatted": null,// Indent <head> and <body> sections."html.format.indentInnerHtml": false,// Whether existing line breaks before elements should be preserved. Only works before elements, not inside tags or for text.."html.format.preserveNewLines": false,// Maximum number of line breaks to be preserved in one chunk. Use 'null' for unlimited."html.format.maxPreserveNewLines": null,// Format and indent {{#foo}} and {{/foo}}."html.format.indentHandlebars": false,// End with a newline."html.format.endWithNewline": false,// List of tags, comma separated, that should have an extra newline before them. 'null' defaults to "head, body, /html"."html.format.extraLiners": null,
Test that the settings are well documented and work.
The text was updated successfully, but these errors were encountered:
Issue: #4013
Assignees:
Details:
HTML formatter options are now available in the settings:
Test that the settings are well documented and work.
The text was updated successfully, but these errors were encountered: