dotfiles/vim/.vimrc
2018-12-20 11:08:27 +11:00

7 lines
94 B
VimL

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