Correct indentation of HTML and PHP using Vim

前端 未结 10 468
悲&欢浪女
悲&欢浪女 2020-11-29 20:02

I\'ve been using Vim for a while, and I can\'t get proper HTML indentation working in PHP files.

For example, what I want is for each child to be indented one tab mo

10条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-29 20:35

    i found this solution is much better. http://www.vim.org/scripts/script.php?script_id=1120

    supporting HEREDOC html style. which occur frequently in my code.
    BTW:it's has more versions than the old one (script id 604, alex posted it above)

提交回复
热议问题