5 lines
87 B
VimL
5 lines
87 B
VimL
setlocal noexpandtab
|
|
setlocal shiftwidth=2
|
|
setlocal softtabstop=2
|
|
setlocal smartindent
|