6 lines
81 B
VimL
6 lines
81 B
VimL
set noexpandtab
|
|
set smartindent
|
|
set shiftwidth=2
|
|
set tabstop=2
|
|
set softtabstop=2
|