5 lines
83 B
VimL
5 lines
83 B
VimL
|
setlocal tabstop=4
|
||
|
setlocal softtabstop=4
|
||
|
setlocal shiftwidth=4
|
||
|
setlocal expandtab
|