# HTML Tidy ## Visual Studio Code ``` "tidyHtml.optionsTidy": { "output-xml": true, "input-xml": false, "numeric-entities": true, "uppercase-tags": true, "indent-with-tabs": true, "indent-attributes": false, "wrap": 0, "alt-text": "", "drop-empty-elements": 0, "drop-empty-paras": 0 }, ```