From 4be6f4dc0cd9547e5d525ba452831e02f222624f Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Wed, 3 May 2017 09:35:09 +0100 Subject: [PATCH] Use two-space indent for XML files --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index a016359..b6d3380 100644 --- a/vimrc +++ b/vimrc @@ -97,6 +97,7 @@ endif if has("autocmd") autocmd BufRead,BufNewFile *.md set filetype=markdown + autocmd BufRead,BufNewFile *.xml set shiftwidth=2 endif if has("folding")