You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like an option where it's possible to have it like this, where the first element under the template has no indent (lined up with template tag), and everything under that is indented normally. When you have large templates that are nested deeply, saving that first level of indentation saves space. It also allows being consistent with the rules for the <script> tags which allow things underneath it to start with an indentation level of 0.
<template><div><div>
...
</div></div></template>
The text was updated successfully, but these errors were encountered:
html-indent
requires something likeI'd like an option where it's possible to have it like this, where the first element under the template has no indent (lined up with
template
tag), and everything under that is indented normally. When you have large templates that are nested deeply, saving that first level of indentation saves space. It also allows being consistent with the rules for the<script>
tags which allow things underneath it to start with an indentation level of 0.The text was updated successfully, but these errors were encountered: