Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

vscode format html on save

{
    "editor.formatOnSave": true,
    "editor.formatOnPaste": true,
    "editor.formatOnType": true,
    "editor.defaultFormatter": "esbenp.prettier-vscode",
    "[html]": {
        "editor.defaultFormatter": "vscode.html-language-features"
    }
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #vscode #format #html #save
ADD COMMENT
Topic
Name
6+2 =