7 lines
108 B
VimL
7 lines
108 B
VimL
set tabstop=4
|
|
set softtabstop=0 noexpandtab
|
|
set autoindent
|
|
|
|
filetype plugin on
|
|
syntax on
|
|
set encoding=utf-8
|