Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

How to fix prettier messing up your HTML on save

// The solution I found is to add this to your settings.json file to tell VS Code
// to use the default HTML formatter instead of Prettier:
{
  "[html]": {
    "editor.defaultFormatter": "vscode.html-language-features"
  },
}
Source by flaviocopes.com #
 
PREVIOUS NEXT
Tagged: #How #fix #prettier #messing #HTML #save
ADD COMMENT
Topic
Name
6+6 =