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