5 lines
81 B
VimL
5 lines
81 B
VimL
|
setlocal tabstop=4
|
||
|
setlocal shiftwidth=4
|
||
|
setlocal textwidth=80
|
||
|
setlocal smarttab
|