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