heavim/ftplugin/php.vim

7 lines
148 B
VimL

setlocal tabstop=4
setlocal softtabstop=4
setlocal shiftwidth=4
setlocal smarttab
setlocal expandtab
setlocal nosmartindent
setlocal colorcolumn=81