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