ftplugin: Set XML indent correctly

master
Dustin C. Hatch 2012-08-06 23:29:07 -05:00
parent c1c4ee17bc
commit 45a01344f0
1 changed files with 5 additions and 0 deletions

5
ftplugin/xml.vim Normal file
View File

@ -0,0 +1,5 @@
setlocal tabstop=2
setlocal softtabstop=2
setlocal shiftwidth=2
setlocal expandtab
setlocal autoindent