Use two-space indent for XML files

This commit is contained in:
Anthony Rose 2017-05-03 09:35:09 +01:00
parent 64bacc12b0
commit 4be6f4dc0c

1
vimrc
View file

@ -97,6 +97,7 @@ endif
if has("autocmd") if has("autocmd")
autocmd BufRead,BufNewFile *.md set filetype=markdown autocmd BufRead,BufNewFile *.md set filetype=markdown
autocmd BufRead,BufNewFile *.xml set shiftwidth=2
endif endif
if has("folding") if has("folding")