6 lines
89 B
VimL
6 lines
89 B
VimL
set tabstop=4
|
|
set softtabstop=0 noexpandtab
|
|
set autoindent
|
|
|
|
filetype plugin on
|
|
syntax on
|