7 lines
91 B
VimL
7 lines
91 B
VimL
set autoindent
|
|
set nowrap
|
|
set tabstop=4
|
|
set softtabstop=4
|
|
set shiftwidth=4
|
|
set noexpandtab
|