10 lines
161 B
VimL
10 lines
161 B
VimL
set autoindent
|
|
set tabstop=4
|
|
set shiftwidth=4
|
|
set expandtab
|
|
set showmode
|
|
set showmatch
|
|
set incsearch
|
|
set ignorecase
|
|
set smartcase
|
|
set backspace=indent,eol,start
|