Use two-space indent for Markdown
This commit is contained in:
parent
c89daea2cf
commit
18bc53b465
1 changed files with 1 additions and 0 deletions
1
vimrc
1
vimrc
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue