Skip to content

Instantly share code, notes, and snippets.

@Alonski
Created April 9, 2017 07:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Alonski/80c66f13a196b2c798ff223e7ccdf05e to your computer and use it in GitHub Desktop.
Save Alonski/80c66f13a196b2c798ff223e7ccdf05e to your computer and use it in GitHub Desktop.
How to format Handlebars in VSCode
{
"editor.formatOnSave": true,
"html.format.enable": true,
"html.format.indentHandlebars": true,
"html.format.maxPreserveNewLines": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment