1

Possible Duplicate:
Correct indentation of HTML and PHP using Vim

My vim autoindent works splendidly for PHP, but it never seems to work for XML/HTML. Here's my 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
Community
  • 1
  • 1
Theron Luhn
  • 3,974
  • 4
  • 37
  • 49

0 Answers0