neovim: Add indentation settings for bib files
This commit is contained in:
parent
bcee4c3243
commit
5de2acd1f0
|
@ -138,6 +138,7 @@ in
|
|||
|
||||
" Filetype specific properties
|
||||
autocmd Filetype arduino setlocal ts=2 sw=2 sts=2 expandtab
|
||||
autocmd Filetype bib setlocal ts=1 sw=1 sts=1 expandtab
|
||||
autocmd Filetype c setlocal ts=4 sw=4 sts=4 expandtab
|
||||
autocmd Filetype cpp setlocal ts=4 sw=4 sts=4 expandtab
|
||||
autocmd Filetype css setlocal ts=2 sw=2 sts=2 expandtab
|
||||
|
|
Loading…
Reference in a new issue