Use two-space indent for XML files
This commit is contained in:
parent
64bacc12b0
commit
4be6f4dc0c
1 changed files with 1 additions and 0 deletions
1
vimrc
1
vimrc
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue