Added PHP formatting instructions

This commit is contained in:
Emmanuel BENOîT 2021-05-18 15:44:38 +02:00
parent eb6e32d62d
commit 36640f7360

7
ftplugin/php.vim Normal file
View file

@ -0,0 +1,7 @@
setlocal tabstop=4
setlocal softtabstop=4
setlocal shiftwidth=4
setlocal smarttab
setlocal expandtab
setlocal nosmartindent
setlocal colorcolumn=81