Adjust vim whitespaces

This commit is contained in:
CramMK
2020-03-06 11:27:15 +01:00
parent 302d3efd8f
commit 46d3c89c5f

View File

@@ -96,9 +96,10 @@ set expandtab " tabs are spaces
set smartindent set smartindent
" File specific indents " File specific indents
autocmd FileType rust setlocal shiftwidth=2 softtabstop=2 expandtab autocmd FileType rust setlocal tabstop=2 shiftwidth=2 softtabstop=2 expandtab
autocmd FileType perl setlocal shiftwidth=4 softtabstop=4 expandtab autocmd FileType perl setlocal tabstop=8 shiftwidth=8 softtabstop=8 noexpandtab
autocmd FileType yaml setlocal shiftwidth=2 softtabstop=2 expandtab autocmd FileType conf setlocal tabstop=8 shiftwidth=8 softtabstop=8 noexpandtab
autocmd FileType yaml setlocal tabstop=2 shiftwidth=2 softtabstop=2 expandtab
" Whitespaces " Whitespaces
set list set list