A
A
Andrew2020-01-14 05:32:31
Sublime Text
Andrew, 2020-01-14 05:32:31

How to force Sublime Text to tab stop for Smarty?

Feature in Sublime Auto-indenting does not tabulate tags from Smarty . It does it like this:

<a href="#">
    {if !empty($categories)}
    <i class="icon lnr-right"></i>
    {/if}
</a>

and you need it like this:
<a href="#">
    {if !empty($categories)}
        <i class="icon lnr-right"></i>
    {/if}
</a>

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question