vimrc: add bib filetype conf
This commit is contained in:
parent
d88defb99d
commit
4d6864be38
@ -946,6 +946,10 @@ augroup filetypes
|
||||
\ setlocal ft=bib tabstop=2 shiftwidth=2 softtabstop=2 noexpandtab autoindent
|
||||
\ fileformat=unix conceallevel=0
|
||||
|
||||
au FileType bib
|
||||
\ setlocal tabstop=2 shiftwidth=2 softtabstop=2 noexpandtab autoindent
|
||||
\ fileformat=unix conceallevel=0
|
||||
|
||||
autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab indentkeys-=0#
|
||||
\ indentkeys-=<:> foldmethod=indent nofoldenable
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user