12 lines
162 B
VimL
12 lines
162 B
VimL
|
set mouse-=a
|
||
|
syntax on
|
||
|
" indenting with '>', use 4 spaces width
|
||
|
set shiftwidth=2
|
||
|
" On pressing tab, insert 4 spaces
|
||
|
set expandtab
|
||
|
|
||
|
set tabstop=2
|
||
|
|
||
|
set autoindent
|
||
|
|