dotfiles/vim/.vimrc
2024-06-13 11:41:40 -06:00

7 lines
139 B
VimL

set tabstop=2 softtabstop=2 shiftwidth=2
set expandtab
set number ruler
set autoindent smartindent
syntax enable
filetype plugin indent on