标签: vim
可能重复: Correct indentation of HTML and PHP using Vim
我的vim autoindent非常适合PHP,但它似乎永远不适用于XML / HTML。这是我的vimrc:
set autoindent filetype indent on set pastetoggle=<F2> set number set incsearch set wildmode=longest,list set hidden set title set scrolloff=3 set cindent