settings/.vimrc
2014-11-13 14:21:20 -08:00

8 lines
79 B
VimL

set number
set ts=4
set ai
set shiftwidth=4
set expandtab
set nowrap
syntax on