Files
dotfiles/vim/ftplugin/helm.vim
2022-08-13 13:31:50 +03:00

8 lines
192 B
VimL

filetype plugin indent on
" show existing tab with 2 spaces width
set tabstop=2
" when indenting with '>', use 2 spaces width
set shiftwidth=2
" On pressing tab, insert 2 spaces
set expandtab