Small change in nvim config

This commit is contained in:
samedamci 2020-05-13 15:05:16 +02:00
parent 563c05d35a
commit eacca13b53
No known key found for this signature in database
GPG Key ID: FCB4A9A20D00E894

View File

@ -66,6 +66,7 @@ augroup langindentation
autocmd Filetype scss setlocal expandtab tabstop=2 shiftwidth=2 softtabstop=2
autocmd Filetype php setlocal expandtab tabstop=2 shiftwidth=2 softtabstop=2
autocmd Filetype yaml setlocal expandtab tabstop=2 shiftwidth=2 softtabstop=2
autocmd Filetype sh setlocal expandtab tabstop=2 shiftwidth=2 softtabstop=2
augroup END
" Encoding