Adjust vim whitespaces
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user