9 lines
137 B
VimL
9 lines
137 B
VimL
set indentexpr=
|
|
set noautoindent
|
|
set nocindent
|
|
set noexpandtab
|
|
set nosmartindent
|
|
set nosmarttab
|
|
set nu
|
|
set tabstop=2
|
|
filetype indent off
|