Enable XML automatic indenting
This commit is contained in:
parent
788b93ffca
commit
e39203d0e8
1 changed files with 2 additions and 0 deletions
2
vimrc
2
vimrc
|
@ -1,6 +1,8 @@
|
|||
set nocompatible
|
||||
runtime bundle/vim-pathogen/autoload/pathogen.vim
|
||||
execute pathogen#infect()
|
||||
|
||||
filetype plugin indent on
|
||||
set autoindent
|
||||
set directory=.,$TEMP
|
||||
set expandtab
|
||||
|
|
Loading…
Reference in a new issue