settings/.vimrc

8 lines
79 B
VimL
Raw Normal View History

2014-04-21 16:27:52 +00:00
set number
set ts=4
set ai
set shiftwidth=4
set expandtab
set nowrap
2014-11-13 22:20:38 +00:00
syntax on