Enable XML automatic indenting

This commit is contained in:
Anthony Rose 2015-10-13 11:33:23 +01:00
parent 788b93ffca
commit e39203d0e8

2
vimrc
View file

@ -1,6 +1,8 @@
set nocompatible
runtime bundle/vim-pathogen/autoload/pathogen.vim runtime bundle/vim-pathogen/autoload/pathogen.vim
execute pathogen#infect() execute pathogen#infect()
filetype plugin indent on
set autoindent set autoindent
set directory=.,$TEMP set directory=.,$TEMP
set expandtab set expandtab