neovim: Add indentation settings for bib files

pull/52/head
Simon Bruder 2021-04-22 16:05:25 +02:00
parent bcee4c3243
commit 5de2acd1f0
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 0 deletions

View File

@ -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