Use two-space indent for Markdown

This commit is contained in:
Anthony Rose 2017-05-04 11:48:54 +01:00
parent c89daea2cf
commit 18bc53b465

1
vimrc
View file

@ -101,6 +101,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 *.md set shiftwidth=2
autocmd BufRead,BufNewFile *.xml set shiftwidth=2 autocmd BufRead,BufNewFile *.xml set shiftwidth=2
endif endif