Is there any plugin that I can use to auto indent html in "smarty" template.
the way i do this in vim is like:
while editing a smarty template:
:set filetype=html
press "=G" after moving cursor to the head of file Is there a plugin for vim that can do this for me?