7 lines
89 B
VimL
7 lines
89 B
VimL
set autoindent
|
|
set nowrap
|
|
set tabstop=4
|
|
set softtabstop=4
|
|
set shiftwidth=4
|
|
set expandtab
|