feat(nvim): make bash have 4 space for indent

This commit is contained in:
matt1432 2023-12-03 21:32:32 -05:00
parent 807740ce7e
commit 699666bf48

View file

@ -12,6 +12,7 @@ autocmd Filetype ruby setlocal ts=2 sw=2 expandtab
" for js/coffee/jade files, 4 spaces
autocmd Filetype javascript setlocal ts=4 sw=4 sts=0 expandtab
autocmd Filetype java setlocal ts=4 sw=4 sts=0 expandtab
autocmd Filetype sh setlocal ts=4 sw=4 sts=0 expandtab
" support scss @
autocmd FileType scss setl iskeyword+=@-@