dotfiles/vim/.vimrc

7 lines
94 B
VimL

filetype plugin indent on
set tabstop=4
set shiftwidth=4
set expandtab
syntax on
set mouse-=a