heavim/ftplugin/php.vim

8 lines
148 B
VimL
Raw Normal View History

2021-05-18 15:44:38 +02:00
setlocal tabstop=4
setlocal softtabstop=4
setlocal shiftwidth=4
setlocal smarttab
setlocal expandtab
setlocal nosmartindent
setlocal colorcolumn=81