Merge branch 'master' of https://github.com/acperkins/vimfiles
This commit is contained in:
commit
8d7fb11102
1 changed files with 1 additions and 0 deletions
1
vimrc
1
vimrc
|
@ -100,6 +100,7 @@ endif
|
||||||
" Settings based on feature detection.
|
" Settings based on feature detection.
|
||||||
|
|
||||||
if has("autocmd")
|
if has("autocmd")
|
||||||
|
autocmd BufRead,BufNewFile *.html set shiftwidth=2
|
||||||
autocmd BufRead,BufNewFile *.md set filetype=markdown
|
autocmd BufRead,BufNewFile *.md set filetype=markdown
|
||||||
autocmd BufRead,BufNewFile *.md set shiftwidth=2
|
autocmd BufRead,BufNewFile *.md set shiftwidth=2
|
||||||
autocmd BufRead,BufNewFile *.xml set shiftwidth=2
|
autocmd BufRead,BufNewFile *.xml set shiftwidth=2
|
||||||
|
|
Loading…
Reference in a new issue