dotfiles/vimrc
2022-03-07 15:56:09 -05:00

7 lines
112 B
VimL

filetype plugin indent on
" show existing tab with 4 spaces width
set tabstop=4
set shiftwidth=4
set expandtab