7 lines
122 B
VimL
7 lines
122 B
VimL
|
setlocal tabstop=2
|
||
|
setlocal softtabstop=2
|
||
|
setlocal shiftwidth=2
|
||
|
setlocal smarttab
|
||
|
setlocal expandtab
|
||
|
setlocal smartindent
|