Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bradtaniguchi/a94e2e3995cc3e65af79a22d3af0fdbb to your computer and use it in GitHub Desktop.
Save bradtaniguchi/a94e2e3995cc3e65af79a22d3af0fdbb to your computer and use it in GitHub Desktop.
This is how I work around formatting issues with prettier, I don't use it and use beautify instead
{
// use this as a workaround for prettier
"beautify.language": {
"html": [
"htm",
"html"
]
},
"prettier.disableLanguages": ["html"],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment