Add OPML formatting
This commit is contained in:
parent
ffa886208b
commit
eaa54e3caf
1 changed files with 1 additions and 0 deletions
1
vimrc
1
vimrc
|
@ -110,6 +110,7 @@ if has("autocmd")
|
||||||
autocmd BufRead,BufNewFile *.html set shiftwidth=2
|
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 tabstop=4
|
autocmd BufRead,BufNewFile *.md set tabstop=4
|
||||||
|
autocmd BufRead,BufNewFile *.opml set shiftwidth=2
|
||||||
autocmd BufRead,BufNewFile *.xml set shiftwidth=2
|
autocmd BufRead,BufNewFile *.xml set shiftwidth=2
|
||||||
autocmd BufRead,BufNewFile *.yml set shiftwidth=2
|
autocmd BufRead,BufNewFile *.yml set shiftwidth=2
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue