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'm new to Github, and don't really have any JS experience, but I was hoping that this could be added as an option:
Currently, with indent_inner_html, we can choose if we want to indent the first-level tags within the tags. However, it'd be great if an "indent_inner_inner_html" option existed, to prevent the indentation of second-level tags within and .
For example, instead of this:
<body>
<div>
<div>
</div>
</div>
</body>
I'd like to have this:
<body>
<div>
<div>
</div>
</div>
</body>
Thanks for your consideration! This extension is great.
The text was updated successfully, but these errors were encountered:
I'm new to Github, and don't really have any JS experience, but I was hoping that this could be added as an option:
Currently, with indent_inner_html, we can choose if we want to indent the first-level tags within the tags. However, it'd be great if an "indent_inner_inner_html" option existed, to prevent the indentation of second-level tags within and .
For example, instead of this:
I'd like to have this:
Thanks for your consideration! This extension is great.
The text was updated successfully, but these errors were encountered: