When doing #drupal front-end development using VSCode, is there an extension + config that will automatically properly format .html.twig files according to Drupal coding standards?
Does Drupal even have coding standards for HTML?
Is it:
<div>blah</div>
Or:
<div>
blah
</div>