pink/.vimrc
2024-04-09 23:26:39 -04:00

8 lines
118 B
VimL

unlet! skip_defaults_vim
source $VIMRUNTIME/defaults.vim
set autoindent
set expandtab
set tabstop=2
set shiftwidth=2